$.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