mzubala / jquery-custom-scrollbar

189 stars 102 forks source link

touch scroll using thumb #35

Open venkataramanarao opened 10 years ago

venkataramanarao commented 10 years ago

Glad that i've got a solution while i'm checking for a fixed thumb fancy scrollbar.

While I'm using this with my mobile device, i'm able to scroll on the content, but scrolling with thumb is not working.

If i'm clicking on the vertical track the content is getting scrolled to the ultimate bottom and to the ultimate top and also the thumb is getting scrolled to top and bottom. Scrolling the content with the thumb isn't working. Have i missed anything?

mzubala commented 10 years ago

Thumb lies inside the scrolled element to which touch events are attached. It doesn't matter if you touch inside the element or the thumb itself - touch event is triggered in both cases. Maybe you just have hard time hitting the thumb with your finger? On my smartphone I have to zoom a bit to be able to hit the thumb precisely.