Hi
I have a button that opens external site from my web app.
I use on button click:
window.location='http://www.mysite.com';
The link works but clicking 'back' to get back to app from external site breaks something. If you come back, the page with the link button has no back button and if you click back again to go to another in-app page, service cannot be called for second page.
For example
If you click on blue list item, then click 'sellers web site' button, then click back from external site to app, then back again to get to list, then go to non-blue list item, service does not run to load page contents.
http://appery.io/app/view/3208501b-d6...
I understand it has something to do with jquery mobile history. I do not know to make it so clicking the browser's back until I get to list, will allow the second page (non-blue) list item target to load correctly. Is there is another way to link externally to avoid this problem.