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

iOS Safari - Tree Panning #2

Open
jimmyz opened this issue Jul 2, 2014 · 1 comment
Open

iOS Safari - Tree Panning #2

jimmyz opened this issue Jul 2, 2014 · 1 comment

Comments

@jimmyz
Copy link

jimmyz commented Jul 2, 2014

Panning does not work in the tree view on iOS Safari. Perhaps it needs to listen for touch events.

@lmonson
Copy link
Contributor

lmonson commented Jul 4, 2014

As you suspected, the problem is that the underlying angular directive we are using doesn't understand touch events (other than to mimic a mouse click).

I can make this work, but it's more than a simple bugfix. It's about 2 days of work using either of two approaches:

  1. Abandon the directive we are using and switch to a jQuery plugin for pan/zoom.
  2. Implement gesture support in the directive we are using

Is it worth doing?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants