PolymerElements / paper-slider

A Material Design slider
47 stars 84 forks source link

ignoreBarTouch still prevents scrolling on Chrome for Android #210

Closed NovapaX closed 6 years ago

NovapaX commented 6 years ago

Description

When setting ignoreBarTouch to true, it does it still prevent scrolling event when you start dragging on the slider bar. This is because setting on-track (which will get ignored when ignoreBarTouch == true) still sets touch-action: none on the element.

Expected outcome

When setting ignoreBarTouch to true the page will scroll if I start my scroll gesture on the sliderBar

Actual outcome

No scrolling happens in the aforementioned case.

Browsers Affected

All browsers on touch-screen devices that support the touch-action property. (currently I could only test this behaviour on 'device-mode' on chrome desktop)