<div class="sparsh-video-gallery-container">
<img class="playBtn" src="http://local-ub/static/version1635318690/frontend/Attindas/corporate/en_US/images/play.svg">
<video preload="auto" id="videoId-7" class="video-player" width="300" height="200" poster="">
<source src="http://local-ub/media/sparsh/video_gallery/I_Am_Attindas_Revised_1_.mp4" type="video/mp4">
</video>
</div>
我在我的项目中使用html视频标签,视频可在所有浏览器中使用,但无论浏览器如何,它都将作为空白出现在我的iPhone和iPad设备中。当我尝试使用嵌入而不是源时,视频在任何桌面或移动设备上都无法工作
playasinline
,controls
和正确的时间类型定义在iOS设备上的视频标签是必须的
如果你有一个视频播放器显示,但它不播放视频,检查服务器是否正确地提供内容,因为iOS非常关注它如何通过数据连接获取数据。