forked from phil303/react-touch
-
Notifications
You must be signed in to change notification settings - Fork 7
Holdable issues #1
Copy link
Copy link
Open
Labels
Description
georgechr
opened on Apr 13, 2017
Issue body actions
- The touch/mouse events are not passed as arguments to the callback for onHoldComplete
- On Chrome onHoldComplete doesn't fire because of a known issue where Chrome will issue a mousemove event when mouse is clicked. Can have a workaround when extracting the position by ignoring mousemove events when movementX and movementY are both 0
Reactions are currently unavailable