inuyaksa / jquery.nicescroll

nicescroll plugin for jquery - scrollbars like iphone/ipad
https://nicescroll.areaaperta.com/
3.6k stars 1.67k forks source link

Scrollbar in mobile #817

Open beng970804 opened 4 years ago

beng970804 commented 4 years ago

So i apply this in one of the div, it works great in web view.

But when in mobile devices, scrolling inside the div also trigger the scroll on my body. May I know any fix for this?

Michael-Herzog commented 3 years ago

How about this:

myScrollableContent.on('touchmove', function (e) { e.preventDefault(); });