Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Drag unable toget eventX value on Mobile - event.originalEvent requires #71

Open
sitedisks opened this issue Sep 15, 2015 · 0 comments
Open

Comments

@sitedisks
Copy link

eventX = event.clientX || event.touches[0].clientX; gives me error but I need read from
eventX = event.clientX || event.originalEvent.touches[0].clientX; to get the correct X value.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant