Thanks to visit codestin.com
Credit goes to github.com

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 .

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions