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?