Skip to content
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
@timechanter

Description

@timechanter

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

munet9 commented on Nov 15, 2013

@munet9

This issue seems to be a duplicate of #3556.
I hope this issue is fixed with #4583.

MrHash

MrHash commented on Dec 22, 2013

@MrHash

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.

added this to the Backlog milestone on Jul 9, 2014
modified the milestones: Backlog, ngTouch Overhaul on Jan 26, 2016

14 remaining items

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      clientX/clientY missing from event in ngTouch on iOS7 · Issue #4428 · angular/angular.js