-
Notifications
You must be signed in to change notification settings - Fork 297
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
Canvas Dragging on Mobile #166
Comments
I'm not sure what causes this [tested on mobiles, tablets] on the spacetree, but a quick and dirty way to make it work (as far as i can see) is to go to MouseEventsManager.attachEvents [in the non-minified file], and change the touch handlers as follows:
|
How can this still be in issue 3 years later? |
Thanx LonMcGregor. It's working with your modification. Does someone plan to fix this issue? |
Also affected by this, a fix would be great! The workaround by @LonMcGregor works for me as well, though, thanks for that! |
Hi,
Canvas dragging does not seem to be working on any of the available examples, when on mobile (at least iPad).
Is it possible to make it work on iPad?
The text was updated successfully, but these errors were encountered: