inuyaksa / jquery.nicescroll

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

Nice Scroll doesn’t work on ios #833

Open Jackhammer9 opened 2 years ago

Jackhammer9 commented 2 years ago

Hello, I implemented nicescroll plugin today and found out that it would not scroll webpage on ios phones on any browser (chrome , safari , firefox).

I had body,html{ overflow:hidden }

to hide default browser but the nice scroll bar gave really janky movement when tried scrolling and didn’t scroll webpage at all the only way to scroll was with using default browser bar

Is there any workaround? If not is there any way to disable nice scroll on just ios? as it works well on android and windows.

Thanks