Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 YouTube iframe api 嵌入视频。在 iPhone 上播放视频时,视频会自动切换到全屏模式。我想知道是否可以在 Android 上强制执行相同的行为?(目前视频是内联播放的,看起来不太好)。
无法自动全屏播放视频。最接近的方法是将播放器放在全屏 div 中并使用 url 参数自动播放:
<iframe width="100%" height="100%" src="//www.youtube.com/embed/fSy6uh-GjCc?controls=0&autoplay=1&showinfo=0" frameborder="0" allowfullscreen></iframe>