vue3-carousel icon indicating copy to clipboard operation
vue3-carousel copied to clipboard

Sliding does notwork on iOS

Open Tettsch opened this issue 5 years ago • 5 comments

Describe the bug Sliding in the basic vue carousel example does not work on an iPhone Xs.

To Reproduce Steps to reproduce the behavior:

  1. Go to 'https://ismail9k.github.io/vue3-carousel/examples.html.'
  2. Try to slide to the right
  3. Does not work

Smartphone (please complete the following information):

  • Device:[e.g. iPhone Xs
  • OS: e.g. 14.4
  • Browser stock safari

We also tried to embed the carousel into our website, which also did not work on various iPhone models.

Tettsch avatar Feb 22 '21 15:02 Tettsch

The same question came to me. Please try to resolve this issue.

antssanjeewa avatar May 25 '21 12:05 antssanjeewa

I have the same issue, please solve this

Smartphone (please complete the following information):

Device: iPhone 12 OS: 14.6 Browser: Chrome

Arias-xss avatar Jul 06 '21 19:07 Arias-xss

I find adding this style can work

.carousel__slide--visible { transform: rotateY(0); }

but I don't know why ...

ref: https://ismail9k.github.io/vue3-carousel/examples.html#active-classes

e81u4g avatar Oct 05 '21 06:10 e81u4g

@e81u4g I can confirm, the fix seems to work on iOS 15.1 (Chrome and Safari).

TotomInc avatar Nov 25 '21 10:11 TotomInc

I find adding this style can work

.carousel__slide--visible { transform: rotateY(0); }

but I don't know why ...

ref: https://ismail9k.github.io/vue3-carousel/examples.html#active-classes

It works, Thank you!

ginuim avatar Apr 28 '22 08:04 ginuim