Touch gestures on touchpad in Chrome 36+ (SVG only)
Closed this issue · 3 comments
andiron commented
As described in this topic:
http://stackoverflow.com/questions/25034964/polymer-svg-touch-events-not-working-in-chrome-36-touch-devices
In few words, touch gestures do not work with SVG elements. In compare to a normal HTML element there is no action triggered on trackstart etc, whereas click, tap seem to work fine. Chrome 36 and Chrome Beta 37 are affected.
dfreedm commented
This looks like a bug in event.path
, which polymer-gestures uses for gesture event dispatching.
I'll file a chrome bug to track.
dfreedm commented
Filed as http://crbug.com/402721. I'll try to think of a workaround for SVG nodes.