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?

link|improve this question
feedback

closed as exact duplicate by Bill the Lizard Mar 6 at 22:33

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

1 Answer

If I remember correctly, GitHub uses the jQuery plugin pjax, it probably has some fallback.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.