willmcpo / body-scroll-lock

Body scroll locking that just works with everything 😏
MIT License
4.04k stars 337 forks source link

Doesn't appear to work on iOS when scrolling with two fingers #132

Open haustraliaer opened 5 years ago

haustraliaer commented 5 years ago

Works fine for 1 finger scroll, but two fingers still scrolls - iOS 12.4.1

muhammadhaekal commented 5 years ago

I experienced the same Issue

ahmadalfy commented 4 years ago

Out of curiosity who scrolls with 2 fingers?

TiagoSousa26 commented 4 years ago

I think it interprets as zoom-out or zoom-in and restores the scroll bars. If you do a zoom out or a zoom-in it restores the scroll bars.

RealDyllon commented 4 years ago

@TiagoSousa26 is correct. Since iOS 10, Safari prevents the webpage from blocking zooming, for "accessibility".

There is a way to block zoom in safari according to this stack overflow answer: https://stackoverflow.com/a/38573198. I have not tried it.