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
{{ message }}
This repository has been archived by the owner on Oct 30, 2022. It is now read-only.
The user experience on iOS devices is quite bad, because scrolling the content of a modal doesn't work like you're used to. It is not smooth and very slow.
Does anyone know how to fix this?
The text was updated successfully, but these errors were encountered:
So far I've manually set the modal content container to display:none.
Then I add a custom jQuery click trigger on the modal button to fadeIn the modal content container. FadeOut is triggered on the "close" button trigger.
Ive tried many suggestions regarding IOS scrolling issues in general and so far this is the only thing that has worked for me. I'm open to alternative suggestions.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The user experience on iOS devices is quite bad, because scrolling the content of a modal doesn't work like you're used to. It is not smooth and very slow.
Does anyone know how to fix this?
The text was updated successfully, but these errors were encountered: