zilverline / react-tap-event-plugin

Instant TapEvents for React
http://facebook.github.io/react/
MIT License
1.07k stars 110 forks source link

why set tapMoveThreshold=10? In fact, Click(tap) event does not have a moving distance #120

Open xuqinggang opened 6 years ago

xuqinggang commented 6 years ago

have a problem: On mobile phones with high device pixel ratio,fingers move a little, it will trigger tap event。so should set tapMoveThreshold a bit smaller, such as 2~5 @s0meone