Native App Navigation Issue?

I’m creating a native app, so it’s a single page with different groups using conditionals that look for a variable in the URL.

When I use the function “navigation to index and look for Param” I get an error like this:

image

Is using parameters in the url not ok for native mobile apps?

Depending on the mobile wrapper you are using this can be true.

However, in this case you may have clicked “make this a native app”. That is not the best practice, the best practice is to use one of the mobile wrappers developed by the community.

I was facing the same issue, so I was also thinking of unchecking the checkbox for “this page is a native app” since it gives errors each time I use the navigation action. But I’m having some thoughts that I might run into issues while preparing to wrap the application with a native wrapper. Can anyone address this, please?