Dragging issue (iOS Safari - iPhone 13 Pro) #431
Replies: 2 comments 5 replies
-
Edit: I got rid of the weird image-drag/rerendering effect issue by applying "translateZ(0px)" to "splide__list" element (I had to overwrite the JS source file to include translateZ property alongside translateX property). Line 1420 in splide.js file changed from: Works fine now if you scroll forward. But the flickering remains on the scroll to the previous slide. So the question is still active. |
Beta Was this translation helpful? Give feedback.
-
Looks different from the default sliding transition. What's happening at this moment? |
Beta Was this translation helpful? Give feedback.
-
Hello,
I noticed that there seems to be an issue on iOS Safari - iPhone 13 Pro.
It looks like slides are flickering/rerendering while dragging.
Below is screen recording of the behaviour:
https://user-images.githubusercontent.com/18535475/136949371-e80862e9-baa0-4316-b04a-a41ed9480f04.mp4
These are my slider settings:
{ arrows: false, pagination: false, autoplay: true, interval: 5000, breakpoints: { 767: { pagination: true } } }
Any ideas about why this is happening or how to fix this behaviour?
Beta Was this translation helpful? Give feedback.
All reactions