SSENSE / vue-carousel

A flexible, responsive, touch-friendly carousel for Vue.js
https://ssense.github.io/vue-carousel/
MIT License
1.72k stars 508 forks source link

Display problem on iOS 17 #614

Open weensy opened 1 year ago

weensy commented 1 year ago

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

GrafValdemar commented 7 months ago

Same problem, content doesnt shows untill i scroll the page

weensy commented 7 months ago

@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 commented 7 months ago

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.