Promo / wheel-indicator

Indicates when user makes swipe gesture on a trackpad or mouse wheel
http://promo.github.io/wheel-indicator/
272 stars 41 forks source link

Two finger touch on trackpad fires scroll when it shouldn't. #43

Open krestaino opened 8 years ago

krestaino commented 8 years ago

I'm having an issue with a scroll event being fired when two fingers touch a MacBook trackpad or Magic Trackpad, without moving my fingers up or down. I'm very carefully just touching the trackpad and the scroll event fires. I don't want this to happen. I only want the scroll event firing when actually scrolling.

Any insight on this? I can replicate this issue using demo/index.html in the project.

f0rmat1k commented 8 years ago

@krestaino we made this behaviour specially. @ulitcos seems like we need to add sensitivity option? What do you think?

krestaino commented 8 years ago

@f0rmat1k Ah interesting. So I wasn't going crazy haha. I'm loving this plugin and it works very well, but for a project I'm working on it would be amazing to have a sensitivity option to prevent this.

f0rmat1k commented 8 years ago

@ulitcos ping. What about something like sensitivity: 2, which make plugin to ignore slow movements?