Closed andiron closed 10 years ago
This looks like a bug in event.path
, which polymer-gestures uses for gesture event dispatching.
I'll file a chrome bug to track.
Filed as http://crbug.com/402721. I'll try to think of a workaround for SVG nodes.
Fixed in 60f7e32f9023b3934c4613f8769f33eac6ed54af
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.