PolymerElements / paper-slider

A Material Design slider
47 stars 84 forks source link

fix scrolling with ignoreBarTouch on android #211

Closed NovapaX closed 6 years ago

NovapaX commented 6 years ago

Fixes #210 by setting touch-action: auto (the default) when ignoreBarTouch is set to true.

Adding the track eventlistener will set touch-action style property to none. This obviously prevents scrolling, which kind of defeats the whole point of setting ignoreBarTouch to true

Because this element is still in the old style, I wonder if I actually picked the right lifecycle method to implement this in. Were not doing anything fancy, basically just removing an inline element style.

P.S. I'm sorry I missed this on my first implementation of 'ignoreBarTouch'

e111077 commented 6 years ago

Release is every other Friday I found out myself. Expect to see a result (release or rollback) in a week.

e111077 commented 6 years ago

Release looks good.