JedWatson / react-tappable

Tappable component for React
http://jedwatson.github.io/react-tappable/
MIT License
863 stars 90 forks source link

Why moveThreshold={100} and pressMoveThreshold={5} #125

Open KoenLav opened 5 years ago

KoenLav commented 5 years ago

In our application we create a large scrollable list of tappable tiles and sometimes, when a user attempts to stop their fast scrolling action by pressing on the screen this gets registered as a tap.

Is there any reason not to lower moveThreshold to 5 as well?