You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had the same issue on a site where we weren't specifically targeting any mobile or tablet devices. We removed the meta viewport tag and it resolved the issue. Not an ideal fix for the issue, but looks to be the root cause.
I have forced absolute positioning for the container element as I cant do fixed when this specific modal is possibly higher in height than the browser window (but less than the site layout height). Modal seems to stay centered without a centering trick also with iOS.
This is mostly what works with me here with the container element:
I have problems with simplemodal when using it within an iOS device. It does not center the popup properly. Any fixes available?
The text was updated successfully, but these errors were encountered: