Stack: Angular17
Desktop ❌ Doesnt work- No autoplay video
Mobile ✅ Working – Autoplay video Working
I am working on a website for a client a requirement is the automatic playback of a video on the index page, I have tried this with this, but this does not work on desktop only on mobile
<video src="assets/video/intro.mp4" autoplay loop muted playsinline></video>
but this does not autoplay the video, also I tried playing the video from ts with the property .play() but this doesn’t work.
4