jeromeetienne / AR.js

Efficient Augmented Reality for the Web - 60fps on mobile!
MIT License
15.79k stars 2.22k forks source link

Video not playing on iOS safari #778

Closed Gaurav-chopra closed 3 years ago

Gaurav-chopra commented 4 years ago

The video plays on android but doesn't play in iOS safari. It just display a single paused screen. Below is my code: (All i need is to autoplay video with audio on both android and iOS. On android it is working perfect!) `<!doctype html>

`

mttetc commented 3 years ago

I have the same issue with an image, not working on iOS

anilachary commented 3 years ago

According to the latest policies we cant autoplay a video without muting . If you want to make the video auto play then you need to enable mute by default or else you need to enable hand geusture on touch or on hover events to enabel autoplay with audio.