0
<video allowsInlineMediaPlayback playsinline autoplay loop muted>
            <source src="./src/video/CollabLens Bg video.mp4" type="video/mp4">
        </video>

This html video is working fine on android devices on all browsers, but not working on IOS devices not sure what's wrong

Aldrin
  • 25
  • 1
  • 6

1 Answers1

0

Try adding controls=true to the video tag.

You also have a thread here about video not working in IOS.

manjiro sano
  • 784
  • 3
  • 15