I am trying to use touch events with Createjs / Easeljs objects. For example, I am trying to hook up the touchstart and touchmove event using addEventListener.
Touchstart and mousedown seem to work: I use a browser and touch device for testing, and it seems to work in both cases.
However, mousemove and touchmove do not seem to work. I, although it was because I deleted the stopPropagation and preventDefault methods, but I saw that Lanny McNie wrote that there was no need to do this in CreateJS 1 .
I canβt understand why this is not working.
This is my code: http://pastebin.com/pqxWLNKG
Sincerely.
source share