Hello,
I'm using the mobile beta to develop a simple application with a form. The user is presented with a different container depending on a PostgreSQL query using a URL parameter.
Before discovering the mobile beta I had developed the corresponding version of this application and it is fully functional. With the mobile beta version, however, I'm having trouble with the URL parameters being removed upon loading the application so it appears they're never really communicated properly to the application. As far as I can tell, the only crucial difference between the two applications is that in the mobile beta version I use an intermediate text box to carry the URL parameter value whereas in the regular version I was using a variable (I'm unable to find variables in the mobile beta).
Are URL parameters expected to work in the mobile beta?
Best regards,
Eric