Video element with autoplay doesn't working on iOS

My code:

<video autoplay loop muted playsinline>
  <source src="videos/intro.mp4" type="video/mp4">
</video>

It's not working on iOS. How i can set autoplay video tag.

Video element with autoplay doesn't working on iOS
 
 
Q