Page Load event not triggered when navigating to a page via Javascript
Hello,
I am using Javascript to navigate to a page if a condition is true:
Appery.navigateTo('share', {reloadPage: true});
The app does navigate to my "share" page, however it looks as though my services that are supposed to be invoked on the "share" page load event are not occuring, so my "share" page is not being populated with data.
Any suggestions on how to fix this?