Navigating Forward in Browser Displays Uncached Pages

Navigating Forward in Browser Displays Uncached Pages

I am using jQuery Mobile 1.4.2.  I have 3 pages where Page1 performs a pagecontainer "change" to Page2 and Page2 performs a "change" to Page 3 while discarding the cache for Page2 using:

$.mobile.pageContainer.pagecontainer("change", "Page3.html", { changeHash: false });

When testing in IE or FireFox, navigating back from Page3 successfully displays Page1 as desired.  But, if I then press the browser's forward navigation button, Page2 reappears. How can I prevent this?


Thanks,

Tony



    • Topic Participants

    • tony