Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display problem on iOS 17 #614

Open
weensy opened this issue Sep 28, 2023 · 3 comments
Open

Display problem on iOS 17 #614

weensy opened this issue Sep 28, 2023 · 3 comments

Comments

@weensy
Copy link

weensy commented Sep 28, 2023

In iOS 17, the contents of the carousel are no longer visible.
There seems to be a problem with some CSS.

@GrafValdemar
Copy link

Same problem, content doesnt shows untill i scroll the page

@weensy
Copy link
Author

weensy commented Feb 26, 2024

@GrafValdemar
I couldn't solve this problem, so I migrated to hooper.
And now I am using vue3-carousel because I have upgraded my code to Vue 3.

@GrafValdemar
Copy link

I randomly tried different things and solved the problem, just on mounted add and
remove display: none, so i used built-in vue v-show method and set true on
mounted, and it works fine for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants