Pass URL parameter to a function. Not work in mobile application
Through the url I pass a parameter to a page that contains buttons.
The buttons executes a function for which the parameter passed through the URL is required.
If I do it on desktop it works perfect. In the mobile application argument of the function = null.
Why is the parameter lost along the way?
Any solution...