John6122514
Posts: 0
Joined: Wed Aug 07, 2013 7:10 pm

Better way to transition through pages with dynamic data from Rest

Hi,
My app is full of REST service. When I load a new page with rest services it is a little slow because the info is loading. The Rest is linked to a List field, when you click on the list field it takes you to a more detailed page for the service.
I am trying to make it faster when you hit the back button, to return to the list. Is there a way to cache results when they click on the back button. I tried using " Render all pages in one HTML file (jQuery Mobile multi-page template)" which is great all pages load a ton faster, but the rest services do not reload when you pick on a new option.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Better way to transition through pages with dynamic data from Rest

What event do you use to invoke the service? If you switch to "Render all pages in one HTML file (jQuery Mobile multi-page template)" and use load event, you would need to switch to page show event.

Return to “Issues”