Skip to content
This repository has been archived by the owner on Oct 30, 2022. It is now read-only.

Scrolling doesn't work properly in iOS #68

Open
paawera opened this issue Sep 6, 2019 · 1 comment
Open

Scrolling doesn't work properly in iOS #68

paawera opened this issue Sep 6, 2019 · 1 comment

Comments

@paawera
Copy link

paawera commented Sep 6, 2019

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?

@stardothosting
Copy link

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants