JedWatson / react-tappable

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

Added touch identifier checking to pinchMove #24

Closed nmn closed 9 years ago

nmn commented 9 years ago

Also, I commented out the code that fire touchStart when one finger was lifted during a pinch event. After a pinch event, only swipes should be detected. onTap and onPress should never fire if there was (were?) more than one finger on the screen.

Also, removed the line from Readme that talked about the identifier problem.

JedWatson commented 9 years ago

Thanks @nmn, I'll wrap this and your other PRs up into a release now.