You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
When using jquery1.9 , ngTouch under iOS7 the event for touchStart and touchEnd have undefined clientX/clientY . The actual values are found in event.originalEvent.changedTouches[0].clientX and event.originalEvent.changedTouches[0].clientY .
The effect is the "fast" click is never called or protected as the dist calculation is always NaN .