wieringen / tinyscrollbar

A lightweight cross browser javascript scrollbar.
http://baijs.com/tinyscrollbar
Other
398 stars 203 forks source link

Option to Disable Perpendicular Scrolling? #43

Closed John3x closed 9 years ago

John3x commented 9 years ago

I am using tinyscrollbar in a mobile webapp with a horizontal scroll.

The functionality of being able to wheel down and up to scroll left and right is desirable on desktop but I need to disable this functionality on mobile.

I don't see an option to do this yet, is there any guidance for what I'd need to do in the plugin's code? This is for the jQuery plugin.

wieringen commented 9 years ago

Have you tried wheelLock?

wieringen commented 9 years ago

I added the "touchLock" option I think this does what you want.

John3x commented 9 years ago

Looks good!