我有一个网站介绍视频。我需要它自动播放..它在桌面上工作正常。但是在IOS (Iphone4 and Iphone 6) Android (Samsung note 10 , note 1,2,3,4)
不能解决所有这些问题。
<iframe frameborder="0" style="width:100% !important;height:100vh !important;" width="100vw" height="100vh" src="//www.dailymotion.com/embed/video/kKhw1NdehXdXzhdjrJ5?autoplay=1&chromeless=0&quality=240&related=0&webkit-playsinline=1&ended=videEnded" allowfullscreen autoplay ></iframe>
答案 0 :(得分:1)
此问题已在此处得到解答:Dailymotion embedded player on iOS devices (HTML5)
基本上,移动设备会阻止视频自动播放,这就是为什么它不能播放您的代码。这些设备需要用户互动才能首先播放视频。