Any way to disable the location-bar URL updating?

Any way to disable the location-bar URL updating?

I'm using JQuery Mobile for a project and starting in 1.3 I noticed a bug with our browser app that when the URL changes, it reloads the page. Which, obviously, breaks things. Right now, it loads the page with the hash URL, like if I'm currently on /User/index, and I click a link to /User/view/1, it'll show as:
/User/index#/User/view/1

and then a second later it'll update it to
/User/view/1 
in the location bar. Which is fantastic. However, I'd like to disable that second part, since it's causing some weirdness, so the hash stays in the location bar. Any way to do that?

Thanks :)
    • Topic Participants

    • louis