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
using Polymer, the events like "pinch" do not work, so far I found out that it is impossible to have a event coming from a finger with e.pointerId > 2 (which I assume stands for the next fingers).
Using attached jfFIDDLE you can see that "pinch" is never triggered as well as the max pointerId is always 2 (1 on a desktop). I tested it wih mobile Nexus 5 and quite a new Samsung Touchepad.
The text was updated successfully, but these errors were encountered:
although the library Polymer Gestures supports it and works well with it so there is so some sort of problem with linking between in Polymer (unless the newest of PG hasn't been added yet?)
Following my topic from stackoverflow:
http://stackoverflow.com/questions/26361294/polymer-gestures-pinch-event-0-4-2
using Polymer, the events like "pinch" do not work, so far I found out that it is impossible to have a event coming from a finger with e.pointerId > 2 (which I assume stands for the next fingers).
Using attached jfFIDDLE you can see that "pinch" is never triggered as well as the max pointerId is always 2 (1 on a desktop). I tested it wih mobile Nexus 5 and quite a new Samsung Touchepad.
The text was updated successfully, but these errors were encountered: