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 .
Activity
munet9 commentedon Nov 15, 2013
This issue seems to be a duplicate of #3556.
I hope this issue is fixed with #4583.
MrHash commentedon Dec 22, 2013
The referenced issue does not solve this problem. There is another problem here that needs fixing. Please see demonstration http://plnkr.co/edit/9mSIhXrSbehfkirx359U?p=preview and test on iOS Safari/Chrome. Clicking inside the element returns incorrect values while clicking outside returns correct results.
14 remaining items