You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi folks, I am trying to scroll a simple CreateJS stage on iOS and it will not respond to touch to scroll the document page in Safari. Here is a test page: http://zimjs.com/code/iframe/createjs.html
I have createjs.Touch.enable(stage, false, true); and the true is supposed to turn allowDefault to true. But it does not seem to be working. The same test with just a canvas is here: http://zimjs.com/code/iframe/index.html and touch works on the canvas to scroll the document.
The text was updated successfully, but these errors were encountered:
danzen
changed the title
preventDefault on Touch.enable(
preventDefault parameter on Touch.enable() not working?
Aug 24, 2017
danzen
changed the title
preventDefault parameter on Touch.enable() not working?
allowDefault parameter on Touch.enable() not working?
Aug 24, 2017
Hi folks, I am trying to scroll a simple CreateJS stage on iOS and it will not respond to touch to scroll the document page in Safari. Here is a test page: http://zimjs.com/code/iframe/createjs.html
I have createjs.Touch.enable(stage, false, true); and the true is supposed to turn allowDefault to true. But it does not seem to be working. The same test with just a canvas is here: http://zimjs.com/code/iframe/index.html and touch works on the canvas to scroll the document.
The text was updated successfully, but these errors were encountered: