ghosh / Micromodal

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

Micromodal js not working on IOS devices #509

Open smangalarapu opened 1 year ago

smangalarapu commented 1 year ago

I am not getting any errors while debugging but it is not working on simulators nor on iphone devices.

wnolfm commented 1 year ago

Does the example: https://micromodal.vercel.app work for you? It's working in the iOS Simulator for me.

iPhone 14 Pro Max iOS 16.2

arjay-stanley commented 1 year ago

They modal opens fine for me. Tapping anywhere on the screen once the modal is open will close it though. Even tapping on the modal itself will close it. The only exception is tapping on a form input in the modal. It will stay open as expected.

I tried iOS Safari and Firefox.

wnolfm commented 1 year ago

They modal opens fine for me. Tapping anywhere on the screen once the modal is open will close it though. Even tapping on the modal itself will close it. The only exception is tapping on a form input in the modal. It will stay open as expected.

I tried iOS Safari and Firefox.

This looks like this issue: #490

smangalarapu commented 1 year ago

It is working fine now actually it was issue with Jquery loading on document ready method

afif-hh commented 1 year ago

@smangalarapu maybe we can close this ?