How do you get the home page to reload each time a different url is passed into the app?
E.g. you want to browse details of multiple products from a web page somewhere, and pass in different ids to the app for each of them:
appnamecom://appname.com/products?productId=123
appnamecom://appname.com/products?productId=456
Currently, if the page is already loaded, then it will not run any actions in the onPageLoad action set (as would be expected). And if not already loaded, will only load once, for the first product, and will not load again for the second product or any subsequent different productId value.
It would be helpful if that Page Param knew to reload the page when that param value changes.
How to reload a page when the Page Parameter value changes?
1
11 replies