My web page loads data with ajax and if page is loaded I change url using window.history.pushState but after change window.location.href on android still returns me previous link (link is changed on url bar). On desktop browsers works fine. There is any way to resolve this?

link|improve this question

33% accept rate
feedback

1 Answer

For those wondering, it's a bug: http://code.google.com/p/android/issues/detail?id=17471

a workaround would be to manually keep track of the pushState that you do

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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