joaopereirawd / animatedModal.js

animatedModal.js is a jQuery plugin to create a fullscreen modal with CSS3 transitions. You can use the transitions from animate.css or create your own transitions.
MIT License
962 stars 207 forks source link

modal with Disqus weirdness on iPhone #22

Open jlaustill opened 8 years ago

jlaustill commented 8 years ago

I have a modal that I placed a disqus comments section on. It works FANTASTIC on my desktop, and it chrome in emulation mode for everything. BUT, on my iphone when I give focus to the disqus textbox, the modal disappears until focus is lost and shows the screen behind the modal. Since this doesn't happen on the desktop, I'm not even sure how to debug it. Does anyone here have any ideas? To see the behavior, go to pennypincher.ninja, click on the details for any post and the modal will come up. Do this on an iphone and then click the textbox and you should see the issue. I'm not even sure if this is an issue with the modal, or with disqus's code...