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
The event listener doesn't get called if I interact with the element and two fingers.
Instead I get an TypeError: snap is undefined exception in interact.js:1609:16.
The examples Rotation and Pinch-to-zoom on http://interactjs.io/ don't work ether.
I've tested it with Firefox for Android (Stable and Nightly) and Chrome (Stable) on a tablet and Firefox for Android (Nightly) on a LG G3 smart phone.
The text was updated successfully, but these errors were encountered:
alex-pl
changed the title
interact(...).resizable(...) doesn't work
Rotation and Pinch-to-zoom examples don't work
Jan 1, 2015
I tried to implement
interact(...).gesturable(...)
in my project but it seems to be broken in the new 1.2.0 version.My code (and test case) looks like this:
The event listener doesn't get called if I interact with the element and two fingers.
Instead I get an
TypeError: snap is undefined
exception ininteract.js:1609:16
.The examples Rotation and Pinch-to-zoom on http://interactjs.io/ don't work ether.
I've tested it with Firefox for Android (Stable and Nightly) and Chrome (Stable) on a tablet and Firefox for Android (Nightly) on a LG G3 smart phone.
The text was updated successfully, but these errors were encountered: