I have a mobile website, I want to stop the address bar popping down when a user clicks on a link in my site in mobile safari e.g.
On: example.org/foo
click on a link, goes to: example.org/bar
NOTE: The URL address is updated using the history pushstate API so a new page isn't being loaded, only the URL is being updated.
currently the address bar pops down as the page changes. In the mobile Twitter app, as you click around and change the page the address bar does not pop down, even though they are also updating the URL.
Any ideas how to stop the address from showing during a page change (not after the page has loaded, which is what all the other links I found refer to).
Thanks.