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

IE/Edge | Scroll Bar not working with touchpad #629

Open rahulbansal038 opened 5 years ago

rahulbansal038 commented 5 years ago

I have used mCustomScrollBar plugin in my application and it works fine. Except in IE/Edge, where the scroll doesn't work by using gestures on the touch-pad. It works with the keyboard keys, mouse scroll and dragging the scroll bar but gestures are not working on the IE/Edge browser. Following are the options used: axis: "y", theme: "dark", updateOnContentResize: false, keyboard: { enable: false }, scrollInertia: 500, mouseWheelPixels: 250, advanced: { autoScrollOnFocus: false }

Any help would be appreciated.