Try adding these attributes to the video tag.
The playsinline should solve the issue.
<video src=“video.mp4” autoplay loop muted playsinline>
Try adding these attributes to the video tag.
The playsinline should solve the issue.
<video src=“video.mp4” autoplay loop muted playsinline>