'Html5 video not working in ios, how fix it?
I found a lot of answers about this question, but nothing helped me
<video poster="./poster.jpg"
class='w-100'
muted
autoplay
loop
preload="metadata"
controls>
<source src="./video.mp4" type="video/mp4" />
</video>
Works correctly in Windows and Android.
How I can fix this problem ?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|