elastic-scroll-polyfill
elastic-scroll-polyfill copied to clipboard
Added support for all browsers including Chrome on Android
This pull request adds support for all modern browsers through a passive scroll event listener.
Appreciate the PR,
This seems to be less reliable in the accuracy of the bounce intensity than the wheel implementation. In addition, the instant stop problem is present still.
I'd rather make it work 100% reliably for Mac devices than make it work on Android (which isn't necessary as it's not native on that platform).
Hello, should i add a check for Android phones, and resort to the onScroll implementation for Android only?