Let's say I am listening for touchstart
, touchmove
and touchend
on the body
element.
Let me know if I'm wrong, but I think e.touches
is the same as e.targetTouches
? If so, how e.changedTouches
varies in relation with them?
I mean, given one touch at one given moment, I fetch the touchevent and parse it. In my experience all three touch variables are the same.
I have to send the parsed data to the server and it's quite redundant to send three times the same exact string, isn't there any way to send them once and programatically reproduce the touchevent on the server?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…