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
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:
Abandon the directive we are using and switch to a jQuery plugin for pan/zoom.
Implement gesture support in the directive we are using
Panning does not work in the tree view on iOS Safari. Perhaps it needs to listen for touch events.
The text was updated successfully, but these errors were encountered: