I'm creating a cordova application with jquery mobile using a multi html approach.
So I have an index page with basic html structure. All the other pages are just div's with data-role="page" that are loaded via changePage.
How can I delete pages from history? I tried to use splice() on window.history.stack, but it has weird behaviors.
Thanks.