inuyaksa / jquery.nicescroll

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

Weird behaviour on touch devices, no errors #790

Closed vincurekf closed 4 years ago

vincurekf commented 5 years ago

Hey, nice plugin but there is something weird happening on touch devices. Even in mouse-grab mode it is noticeable.

I seems that some parts of the scrollable div are not responding on touch devices and in cursor-grab mode. Here is it in action: https://insight.vincurekf.cz/, try switching to some touch device in your browser dev tools and scrolling the thumbnails. Some parts of the div are unresponsive. I've checked if there is something blocking the touch but nothing is overlapping.

On desktop it works perfectly fine (except the drag mode which I've turned off), but on mobile it does not scroll at all.

Otherwise really neat plugin :)