Open robdodson opened 10 years ago
Ping!
I've noticed that in the paint and tracker example, if I have a second pointer, the track event does not fire for that pointer. Is there a way to track multiple touch points in polymer-gestures?
@robdodson are you still waiting on an answer to this?
@addyosmani yeah I think so. Daniel and I discussed it briefly and he mentioned possibly removing the isPrimary
part of track, but I'm not sure if that landed yet. @azakus do you have an update on that?
hey @azakus, was isPrimary
ever removed? Is there a way to do multi-touch with polymer-gestures?
This PR is not ready to merge just yet.
I'm working on adding the examples from PointerEvents over to polymer-gestures. I've noticed that in the paint and tracker example, if I have a second pointer, the track event does not fire for that pointer. Is there a way to track multiple touch points in polymer-gestures?
@azakus