malihu / malihu-custom-scrollbar-plugin

Highly customizable custom scrollbar jQuery plugin, featuring vertical/horizontal scrollbars, scrolling momentum, mouse-wheel, keyboard and touch support etc.
http://manos.malihu.gr/jquery-custom-content-scroller
MIT License
4.11k stars 1.51k forks source link

Can not deactivate TouchScroll #619

Open all4pages opened 5 years ago

all4pages commented 5 years ago

documentTouchScroll:false is not working for me, on my Android Phone I can not scroll the site when I am with the finger on the Content from the CustomScrollbar.

$(".mCustomScrollbar-3col").mCustomScrollbar({ theme: "rounded", scrollButtons: {enable: true}, mouseWheel: {enable: false}, documentTouchScroll:false, contentTouchScroll: false });`