No route parameters on a Bootstrap 5 mobile project

Hi,
I am setting up a new mobile project using Bootstrap 5 instead of FW7.

I have routes working, but route parameters don’t seem to work.
In my FW7 project I have it working.
In the bootstrap 5 project using the same setup and api project, still no go…
Using the datapicker in the FW7 project you can see the route object.
In the Bootstrap 5 project this is not available.

Is it a valid option to use route parameters in a Bootstrap 5 project? And if so, how can I get this working?
Or can you use session variables in a mobile Bootstrap 5 project and use those variables for your server connect requests?

Menno

edit: added images

Have you checked:

https://docsdev.wappler.io/guides/mobile-apps-routing-with-bootstrap

Hi Teodor,

Like i wrote, routing is working, it is about the route parameters.

It seems like the parameter value is not being picked up by the Server Connect on the detail page

Were you able to use route parameters later in your project? And how did you do it?

Hi @Adetoyinbo1,
I was investigating if I should go with a BS5 or FW7 app version. I decided to go with a FW7 option.

1 Like

If I click on this link…
https://docsdev.wappler.io/guides/mobile-apps-routing-with-bootstrap

i get… Cannot GET /guides/mobile-apps-routing-with-bootstrap

Try:

I’d be interested to know how you get on. I have an open bug report as I can’t get routing to work with BS5:

1 Like

Thanks but it seems I have the same issue as you … even with the latest 5.1.3 version

+++ UPDATE +++
See above bugs… i have found the issue… give it a go… :slight_smile: