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

moveThreshold doesn't take effect on Browser with onMouseUp

zoechen799 opened this issue · comments

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.

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

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