I have a page with a list and when I click on one item in the list, I navigate to another page. Before navigation I set a local storage variable.
On the second page, in the 'load' event I am calling a REST service to populate the contents. If I set in the application settings "Render all pages in one HTML file (jQuery Mobile multi-page template)" to true, it appears that the load event is called only once, not when I navigate to that page. Bug or feature?