Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allowDefault parameter on Touch.enable() not working? #898

Open
danzen opened this issue Aug 24, 2017 · 0 comments
Open

allowDefault parameter on Touch.enable() not working? #898

danzen opened this issue Aug 24, 2017 · 0 comments
Labels

Comments

@danzen
Copy link
Contributor

danzen commented 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.

@danzen danzen changed the title preventDefault on Touch.enable( preventDefault parameter on Touch.enable() not working? Aug 24, 2017
@danzen danzen changed the title preventDefault parameter on Touch.enable() not working? allowDefault parameter on Touch.enable() not working? Aug 24, 2017
@lannymcnie lannymcnie added the bug label Aug 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants