为什么在 html5 中标记音频不工作并且不在 ios 中播放?任何解决方案

问题描述 投票:0回答:0

我写的代码可以在 android 和 windows 上运行,但音频在 ios 上不起作用,我尝试使用视频但也不起作用

这是我的代码 html

<video width="0px" height="0px" autoplay playsinline>
    <source src="audio.mov" type="video/mp4">
  </source>
</video>

我希望可以在ios中播放音频

html audio html5-video html5-audio autoplay
© www.soinside.com 2019 - 2024. All rights reserved.