Possible Duplicate:
Good tutorial for using HTML5 History API (Pushstate?)
I am playing around with history API on Android phones but I can't seem to get it to work completely.
What is really bugging me is that I can't get the URL to change with pushState. Many more sites that i've seen have the same problem but one (at least that I know) has nailed it -github with their tree slider (e.g. https://github.com/ender-js/Ender). Any idea how to implement pushState so it works in that way on Android?