I know how to hide address bar in general
addEventListener("load", function() {
window.scrollTo(1, 0);
}, false);
But I’m trying to hide not show address bar when page changes
jQuery Mobile and Sencha Touch manage to do this.
I know I should be reading the source but I have no idea where to look.
perhaps they bring in the changes using AJAX – ie not reloading the page – this would keep the address bar hidden