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
Is this a known bug? Should touchIdentifier exist on Safari and Chrome ?
IntranetFactory
changed the title
[0.9] new gestures .touchIdentifier vs .identifier
[0.9] touch track fails on iPhone, .touchIdentifier vs .identifier
May 12, 2015
- Allows for "sloppy" taps
- 5px for now
- Fixes#1496 [0.9] touch track fails on iPhone, .touchIdentifier vs .identifier
- Fixes a bug with "nested" event listeners with touch events
In my tests
ev.changedTouches[0].touchIdentifier
in https://github.com/Polymer/polymer/blob/0.8-preview/src/standard/gestures.html#L133 is alwaysundefined
But it seems that
ev.changedTouches[0].identifier
returns the expected 'finger'.This causes for me that touch doesn't trigger any track events for me both on iOS and Chrome.
Wondering if I'm doing anything wrong?
The text was updated successfully, but these errors were encountered: