hosembafer/react-swipe-to-dismiss

Not sensitive enough?

Closed this issue · 3 comments

I was just playing with the demo. This was admittedly on my laptop with a touchpad, but it was sort of hard to swipe hard enough to dismiss the rows. From what I can tell Hammer.js default swipe detection is more sensitive.

@jedwards1211 , you are right. I developed this only for desktop but will be nice to have it for mobile and tablet devices. Maybe investigation is needed; is there any lightweight alternatives of Hammer.js? PR welcomed.

It took me 4 years of meditation to implement touch support. Works fine if anyone needs it.

BTW, to increase sensitivity, you should configure distanceBeforeDismiss prop as you desire.