JedWatson / react-tappable

Tappable component for React

Home Page:http://jedwatson.github.io/react-tappable/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

KoenLav opened this issue · comments

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?