-
Notifications
You must be signed in to change notification settings - Fork 16
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
Problem on mobile view #90
Comments
This bug in case when drag-and move outside screen. |
69176b59-10f6-4f67-ad39-a512ec13803b.webm |
I couldn't reproduce this issue in Chrome using it's touch or non-touch modes. I also can't reproduce it on a hardware iPhone in Safari. Can you still repro it? Screen.Recording.2022-09-23.at.1.46.00.PM.mov |
Yeah the same. On my mobile devices also in Chrome. In any Iphone or Android emulations. fa759287-81fe-4e84-8269-7b9f723afcb2.webm |
Man I still can't repro. This is from Chrome on my iPhone. Upload.from.GitHub.for.iOS.MOV |
Just used clear Firefox on mobile, same... screen-recording-20220925-062902-opera_eRAASKuG.mp4And same mobile chrome, identical behavior. |
I tried to show all manipulation. |
Hi, i don't know if what i gonna say can be helpful but when i see your last video @Sebarkar all the index got "NaN". I'm working with this package and get the same error. |
Hi there.
Got the problem with displaying on mobile view.
When slide sometimes I getting unpredictable error.
Difference with working version and stucked that I found is activeSlides array.
Another slides on the page with same settings where simple image works perfect.
But when slide products with a lot of code unpredictable stucks.
Dekstop view works perfect.
No error showing. Hapends in case using drag.
activeSlides:Array[0] dragging:false leftPeekingSlideIndex:undefined rightPeekingSlideIndex:undefined slideOrder:Array[10] 0:0 1:1 2:2 3:3 4:4 5:5 6:6 7:7 8:8 9:9 trackTranslateX:NaN allSlidesCount:10 clonedSlides:Array[0] hasClonedSlides:false inactiveSlides:Array[10] 0:0 1:1 2:2 3:3 4:4 5:5 6:6 7:7 8:8 9:9 styles:undefined uniqueSlidesCount:10
<ssr-carousel show-dots overflow-visible :responsive="responsive" gutter="0" peek-right="20" > <slide v-for="i in 10"/> </ssr-carousel>
},`
The text was updated successfully, but these errors were encountered: