elastic-scroll-polyfill icon indicating copy to clipboard operation
elastic-scroll-polyfill copied to clipboard

Added support for all browsers including Chrome on Android

Open skoshx opened this issue 5 years ago • 2 comments

This pull request adds support for all modern browsers through a passive scroll event listener.

skoshx avatar Mar 26 '20 14:03 skoshx

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).

atomiks avatar Mar 27 '20 12:03 atomiks

Hello, should i add a check for Android phones, and resort to the onScroll implementation for Android only?

skoshx avatar Mar 27 '20 14:03 skoshx