-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
history.scrollRestoration #1889
Comments
+1 |
Chrome 46 (landed) https://code.google.com/p/chromium/issues/detail?id=477353 |
Safari Tech Preview Release 26 added support for this property: https://developer.apple.com/safari/technology-preview/release-notes/ |
+1 Support in Safari & iOS 11 per https://webkit.org/blog/7956/new-webkit-features-in-safari-11/:
MDN: https://developer.mozilla.org/de/docs/Web/API/History#Browser_compatibility |
Now available at https://caniuse.com/#feat=mdn-api_history_scrollrestoration |
Unification of behavior, and ability to control, the scroll restoration behavior by the browser when using the history API (to prevent undesired automatic page scrolls on
popstate
, etc).'scrollRestoration' in window.history
The text was updated successfully, but these errors were encountered: