googlearchive / polymer-gestures

84 stars 27 forks source link

Add examples from PointerEvents #14

Open robdodson opened 10 years ago

robdodson commented 10 years ago

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

dfreedm commented 10 years ago

Ping!

addyosmani commented 10 years ago

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?

robdodson commented 10 years ago

@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?

robdodson commented 9 years ago

hey @azakus, was isPrimary ever removed? Is there a way to do multi-touch with polymer-gestures?