delayed-scroll-restoration-polyfill
delayed-scroll-restoration-polyfill copied to clipboard
Polyfill that mimics Chrome's scroll restoration behavior.
The README says: >This problem can get solved when the Custom Scroll Restoration API gets widely implemented: > > https://code.google.com/p/chromium/issues/detail?id=477353 > http://majido.github.io/scroll-restoration-proposal It looks to me like this has been...
The readme links to brigade.com as an example. Going to that page simply says "The Brigade brand and associated assets are for sale."
1) Visit the below html page in Chrome on iOS 2) Dismiss the "Script evaluated" alert 2) Click the "Go to another page" button 3) Click the "Go back" button...
Bumps [eslint](https://github.com/eslint/eslint) from 1.10.3 to 6.6.0. Release notes *Sourced from [eslint's releases](https://github.com/eslint/eslint/releases).* > ## v6.6.0 > * [`39dfe08`](https://github.com/eslint/eslint/commit/39dfe0880fa934e287e8ea1f7b56d5cba8d43765) Update: false positives in function-call-argument-newline (fixes [#12123](https://github-redirect.dependabot.com/eslint/eslint/issues/12123)) ([#12280](https://github-redirect.dependabot.com/eslint/eslint/issues/12280)) (Scott O'Hara) > *...
Transpiled this to EC5- works just fine aside from needing a polyfill for Number.isFinite- also needed to change the scrollX/Y properties to pageOffsetX/Y- similar to https://github.com/ReactTraining/react-router/issues/605 Should I submit a...
Thanks to @jmaikeru for the solution! closes#3
Only changed if statement on 1st line so that the polyfill is not attempted when server-side-rendering, but still triggers after the file renders in the browser. For compatibility with Next.js...
When clicking my ``s, `pushState` is not being called automatically. (I added console logs to pushState, so I could watch when it's called...) When I register the following code (below),...
I have included this plugin and used for scroll position restoration when clicking back/forward button. It's not working in chrome and Firefox and works in IE. FYI my website is...
Hi there. First of all, thanks for the polyfill. Though, I have a question regarding its work. Say, we have two pages: **A** (with vertical scrollbar) and **B**. We scroll...