I have an application that includes a number of forms, each on its own page.
I do not want some of these pages to be added to the history stack. Thus, when the user clicks back, he skips them.
JQuery-mobile does this through dialogs. You can configure this for ALL pages (or any other data role), but not just with some pages.
Does anyone know how to do this? Alternatively, is it possible to create a new data role that extends the page. If it was possible, I could turn off the history for all of these pages.
source share