d4nyll / lethargy

Distinguish between scroll events initiated by the user, and those by inertial scrolling
http://d4nyll.github.io/lethargy/
MIT License
557 stars 47 forks source link

Demo not working on Mac OS 12.6 #33

Open ondrejrohon opened 2 years ago

ondrejrohon commented 2 years ago

I'm getting multiple false positives on following browsers:

On single macbook trackpad swipe, console.log output looks like this: https://share.cleanshot.com/g6lloD

CleanShot 2022-09-29 at 14 17 03@2x

There is also a warning, that mousewheel event listener was added as passive, however that doesn't seem to be the issue. I tried fixing it locally and issue persists.

Thank you