HTML5-History-API icon indicating copy to clipboard operation
HTML5-History-API copied to clipboard

Issue on IE11 with hash URL that State never reset to null after setting it for any URL

Open shahjeet297 opened this issue 8 years ago • 1 comments

IN IE11 there is an issue that 'popstate' not fired with hashchange so if you are working with hash URL's then history API works incorrectly and CheckforURLupdate always empty in such cases and 'popstate' not fired.

scenario: add state to url 'localhost#page1' and navigate to 'localhost#page2' the state added at first url will be available on second as well.

you can check it here: http://codepen.io/Fyrd/pen/wBVGjK

shahjeet297 avatar Jun 21 '16 01:06 shahjeet297

I have added my file over the URL

https://github.com/mveer-agarwal/history.js/pull/1

mveer-agarwal avatar Jun 12 '18 07:06 mveer-agarwal