Satch3000
Satch3000

Reputation: 49422

Refresh on JQuery Mobile

I am having problems with my app.

Basically is won't load the latest code until to page is refreshed.

You go from page A to B but the app won't load the page properly until I either refresh or reload the app or change the link to external, which I don't want to do because it will open the browser and a new page.

Does anyone know how to sort these issue out or have any ideas please?

Upvotes: 0

Views: 1200

Answers (1)

Marek Sapota
Marek Sapota

Reputation: 20608

If you have visited a page before it will be cached by jQuery Mobile and next time you try to access it it won't contact the server. This might help you remove caching on some or all pages.

Upvotes: 2

Related Questions