jonaskuske / smoothscroll-anchor-polyfill

⚓ Apply smooth scroll to anchor links, polyfill scroll-behavior
https://jonaskuske.github.io/smoothscroll-anchor-polyfill
MIT License
41 stars 3 forks source link

Firefox Android: anchor#top doesn't trigger smooth scroll #18

Closed jonaskuske closed 5 years ago

jonaskuske commented 5 years ago

Clicking on a tag <a href="#top"></a> jumps to top instantly instead of scrolling smoothly.

Since FF does has native support, this is most likely not a bug but a limitation of the native Scroll Behavior – but in that case it should be pointed out in the docs.