This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
clientX/clientY missing from event in ngTouch on iOS7 #4428
Closed
Description
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 .