Splide Video on iOS need to double tap before video loads, android works with one tap #1345
Open
2 tasks done
Labels
bug
Something isn't working
Checks
Version
4.1.4
Description
I have a video slider and when on iOS when I click on the play button I have to hit the play icon twice before the video plays. But on Android that doesnt happen.
The version for the video package is "0.8.0"
Attached is gifs of how it works on android and iPhone using browserstack
Below is my code
`export const videoSlider = (element, Video, Splide) => {
if (!element) return;
const mainSlider = element.querySelector(".splide-video");
const thumbnailSlider = element.querySelector(".splide-video-thumbnails");
};
`
Reproduction Link
No response
Steps to Reproduce
Attached screen recording of how it happens
Expected Behaviour
On click the play icon on iOS the video should play immediately like how it does on Android.
The text was updated successfully, but these errors were encountered: