gromo / jquery.scrollbar

jQuery CSS Customizable Scrollbar
GNU General Public License v2.0
755 stars 237 forks source link

scroll-bar drag and drop support on touch device #147

Open tromeurf opened 6 years ago

tromeurf commented 6 years ago

This plugin is awesome but it's missing just scroll-bar drag and drop support on touch device

Caillouu commented 6 years ago

Totally agree with Mister Tromeurf !

gromo commented 6 years ago

Do you mean dragging scrollbar itself with a finger? Or dragging content?

tromeurf commented 6 years ago

the scrollbar itself !

gromo commented 6 years ago

I believe touch-devices have to emulate mouse down/up, which are handled by plugin, but I didn't test this functionality. As an option, you can disable scrollbar events for touch devices by setting CSS pointer-events: none to scrollbar and touch event will go 'through' the scrollbar ;)

tromeurf commented 6 years ago

Too bad :( , I think it might be useful in some cases. For example when the scrollbar is in the center of the UX . http://jmp.sh/qbSfYpt