SyntaxFix
Write A Post
Hire A Developer
Questions
If you're not using jQuery... you need to access one of the event's TouchLists to get a Touch object which has pageX/Y clientX/Y etc.
TouchList
Touch
pageX/Y
clientX/Y
Here are links to the relevant docs:
I'm using e.targetTouches[0].pageX in my case.
e.targetTouches[0].pageX