page 1 of my App has Label components that get their data from a local storage variable
page 2 of my app has input components that stores the entered data to a local storage variable which page 1 reads and displays
When "Render all pages in one HTML file (jQuery Mobile multi-page template)" is enabled, the "Page Show" events which triggers my page 1's "set property" stops working - likely because when all pages are combined in one there's no on show event(i might be wrong)
On the other hand, when "Render all pages in one HTML file (jQuery Mobile multi-page template)" is disabled it works flawlessly.
Note: page 2 has a button(save) component which navigates to page 1.
How can i get page 1's "label" component to read values stores by the "input" components on page 2 when "Render all pages in one HTML file (jQuery Mobile multi-page template)" is ENABLED