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

Mobile Support #11

Open infn8 opened 8 years ago

infn8 commented 8 years ago

Does not appear to work with iOS devices in demo http://d4nyll.github.io/lethargy/.

Have you seen anything to tell if the device is triggering real scroll or momentum scrolling on touch devices?

d4nyll commented 8 years ago

I have only tested it with the mousewheel, DOMMouseScroll, wheel, and MozMousePixelScroll events, I haven't done any testing with touch devices and their events.

I would love to test it out but at the moment (and for a while now) I don't have any time to spare to work on it unfortunately.