I am getting a website built and we are having issues with getting a MP4 file to autoplay on Safari on iOS devices. This is despite the Webkit website saying the following:
<video autoplay> elements will now honor the autoplay attribute, for elements which meet the following conditions
<video> elements will be allowed to autoplay without a user gesture if their source media contains no audio tracks.
My MP4 doesn't have an audio track and so I'm confused why it's not autoplaying on iOS devices. Would greatly appreciate an answer. Thanks.
<video autoplay> elements will now honor the autoplay attribute, for elements which meet the following conditions
<video> elements will be allowed to autoplay without a user gesture if their source media contains no audio tracks.
My MP4 doesn't have an audio track and so I'm confused why it's not autoplaying on iOS devices. Would greatly appreciate an answer. Thanks.