+ 1
touch events in javascript
how can i know that user Is touching screen in javascript? i want to move the player when user touch it. https://code.sololearn.com/WHJ6YmVAzpVQ/?ref=app
2 Answers
+ 2
You want to know that a user is touching the screen, but you don't want to know when he is touching the screen? Schrödinger's touch event?
Anyways: here is an example for touch events:
https://code.sololearn.com/W5U4jgWtQNoT/?ref=app
+ 3
If you don't want that anything happens when the user touches the screen, than don't track the touch events. On touch screens you can't prevent that the users touch their own screen...
Can you please give an example what exactly you would like to do?
Alex "Schrödinger's touch event" â that sounds like a semester party at the faculty of mathematics and natural sciences. :)