ghosh / Micromodal

⭕ Tiny javascript library for creating accessible modal dialogs
https://micromodal.now.sh/
MIT License
3.54k stars 230 forks source link

disableScroll not working on iOS 12 #307

Closed jq-87 closed 3 years ago

jq-87 commented 4 years ago

iOS version: 12 Mobile Safari version: 12

Doing the following works in macOS (Mojave) Safari 13 but not iOS mobile Safari 12.

Body still scrolls:

MicroModal.show( 'my-modal', {
  disableScroll: true
});
ghosh commented 4 years ago

Thanks for reporting @jq-87. Will investigate.

ghosh commented 3 years ago

Should be fixed with #395