在iphone中嵌入youtube视频而不是自动播放声音



我在我的网站上集成了一个带有声音的自动播放模式的youtube视频。它在安卓手机上运行良好,但在iPhone上则不然。如果我启用音量,则自动播放功能不起作用。只有当视频在iPhone上静音时,自动播放才能工作。这是我的密码。

<iframe
src="https://www.youtube.com/embed/baGSq10ma0I?enablejsapi=1&amp;playsinline=1&mute=&autoplay=1"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen=""
width="100%"
height="300"
frameborder="0"
></iframe>

我建议您签出适用于iOS的YouTube Player,然后您可以将其嵌入任何视图中https://developers.google.com/youtube/v3/guides/ios_youtube_helper