willmcpo / body-scroll-lock

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

Not Working for Android App #175

Open btdiaz34 opened 4 years ago

btdiaz34 commented 4 years ago

I got the ES6 version to work on chrome, but when used for an Android app the body is still scrolling. Is there some additional config for an Android app?

diachedelic commented 4 years ago

Do you mean a Cordova app or similar? If you inspect the DOM via chrome://inspect/#devices, do you see something like <body style="overflow: hidden">?