Answer the question
In order to leave comments, you need to log in
Why doesn't the video automatically start playing on the iphone?
Hello!
Tell me why on iOS in the browser with such settings the video does not automatically start?
<div class="slider">
<video class="slider-video" autoplay loop muted>
<source type="video/mp4">
</video>
</div>
sliderVideo.setAttribute('src', "video.mp4");
sliderVideo.play();
Answer the question
In order to leave comments, you need to log in
This is how it should be:
Here are the 3 attributes for the video tag:playsinline muted autoplay
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question