Hi
I'm having problems rendering pages with Appery.navigateTo(). In some devices the page I'm navigating to doesn't render properly.
After the failed rendering, the page renders when I hit reload.
The pages render properly when I use location.href to go to the html page name.
The problem with using location.href is the back button no longer show up on the target page.
I've seen references to parameters that can be passed to Appery.navigateTo(), and I've tried {domCache: false} with no success. Is there anything else that can force a 'harder' load?
Thanks
John