wieringen / tinyscrollbar

A lightweight cross browser javascript scrollbar.
http://baijs.com/tinyscrollbar
Other
398 stars 203 forks source link

Glitchy on Mobile #68

Open CHEWX opened 7 years ago

CHEWX commented 7 years ago

Hi,

Just noticed that this isn't working with the new iOS10.

Thanks, Tom

davidgirard commented 7 years ago

Hello there - Noticed the issue and just saw that it was flagged here. iOS10 Safari doesn't handle the script well indeed, scrolling is erratic and doesn't behave as expected. Was working just fine in all iOS versions. All other iOS browsers using the iOS Safari engine are affected.

Thanks, David

ianmcl commented 7 years ago

Also having issues on iPad Air iOS 10.0.1, touch scrolling is glitchy, Safari and Chrome

UPDATE: added

overflow-y: scroll;
-webkit-overflow-scrolling: touch;

to the overview div and this helps a lot, but on iOS 10 the scrolling is way too fast.

aaronferris commented 7 years ago

Same problem as listed here, yet to find a clean solution.