I
I
Ingerniated2019-06-05 13:22:48
css
Ingerniated, 2019-06-05 13:22:48

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

1 answer(s)
R
Rustam Bainazarov, 2019-06-05
@Ingernirated

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 question

Ask a Question

731 491 924 answers to any question