Ok I know touch events have 3 phases that can be detected, began, moved, and ended.
But what if the user moved their finger then stopped but did not lift up their finger.
Is there a simple way to detect their finger movement has stopped? All I can think of (which seem pretty silly to me) is add another event listener that would listen to the event.x & event.y and if they remained constant then trigger the touch event’s ended phase.
Help much appreciated
[import]uid: 66228 topic_id: 33864 reply_id: 333864[/import]
