Hi Team,
Is there a way to pass a query string parameter(like the ?param=value, in a URL) when using Appery.navigateTo()?
And how may I retrieve the parameter in the new page?
I don't want to use the localStorage to pass information between pages because that's polluting the local storage space.
Thanks!
Dongzhi