如何在 iphone 中使用 html5 视频标签禁用全屏播放?

how to disable fullscreen playing with html5 video tag in iphone?

我在我的页面中使用了视频标签。

我希望它没有全屏播放。

但是 iPhone 的 Safari 强制它开始全屏播放。

如何避免全屏播放?

我试过 .webkitCancelFullScreen() 和 .webkitDisplayingFullscreen。

好像不太好用

你不能这样做。看看 Apple's documentation 它清楚地表明 "Safari optimizes video presentation for the smaller screen on iPhone or iPod touch by playing video using the full screen".

我猜运气不好:(