JedWatson / react-tappable

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

moveThreshold doesn't take effect on Browser with onMouseUp #68

Open zoechen799 opened 8 years ago

zoechen799 commented 8 years ago

Hi, I found 'moveThreshold' property is only used within touchable devices, when working on desktop browsers with a mouse, 'moveThreshold' doesn't take effect. And when I try to scroll a list with many tappables, onTap tends to be triggered.

johnhornsby commented 8 years ago

+1

nmn commented 8 years ago

Not sure how you trigger a click/touchstart and hence a tap when trying to scroll with a mouse.

dcousens commented 7 years ago

PRs welcome, but I suspect this is more trouble than it is worth?