This should be simple. I have been through the tutorials and discussion, and have used $_GET url parameters for a long time with Wappler just fine. Cannot figure out why with the routing I cannot get this to work. I added the query parameter “ids” to the app index page. I added to the route “/nflightdetails/ids/:ids” . the page comes up fine no errors, but cannot get the “ids” parameter to return. I simply put it on the page for testing. Any help would be greatly appreciated.
Is there something because it’s a mobile bootstrap app? routing works differently?