Dongzhi Yang7528784
Posts: 0
Joined: Mon May 11, 2015 6:28 am

Can I pass a query-string parameter when using Appery.navigateTo()

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

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Can I pass a query-string parameter when using Appery.navigateTo()

Hello Dongzi,

Sure, it is possible. But you have to use your custom code for that logic, based on window.location.href method and read URL parameters like it is shown here: https://css-tricks.com/snippets/javas...

Return to “Issues”