You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use pushState() in IE10 with a relative URL the final URL in the browser is corrupted. Since IE10 natively supports the native History API I guess there is some problem with version detection.
If I use an absolute path "/yyy/xxx.html" then it works fine, but "xxx.html" doesn't.
When I remove the history.js script from my page the code works fine using the IE10 native API.
The text was updated successfully, but these errors were encountered:
When I use pushState() in IE10 with a relative URL the final URL in the browser is corrupted. Since IE10 natively supports the native History API I guess there is some problem with version detection.
If I use an absolute path "/yyy/xxx.html" then it works fine, but "xxx.html" doesn't.
When I remove the history.js script from my page the code works fine using the IE10 native API.
The text was updated successfully, but these errors were encountered: