touchstart,touchend等事件在实际IPad和chrome中不工作
element.addEventListener("touchstart", function f2_MouseClickHandler(e) {
correctAnswer(e, position, responseId);
}.bind(self));
我找到了解决方案,我忘记在舞台上启用触摸
createjs.Touch.enable(舞台);
我希望它能帮助别人来源:https://forums.adobe.com/thread/2177196