YouTube 嵌入 ios 全屏横向和纵向

发布于 2024-12-21 08:06:59 字数 889 浏览 2 评论 0原文

我有这个代码

htmlString = @"<html><head><meta name = \"viewport\" content = \"initial-scale = 1.0, user-scalable = no, width = 212\"/></head>
body style=\"margin-top:10px;margin-left:8px\"><div><object width=\"212\" height=\"172\"><param name=\"movie\" value='%@'></param><param name=\"wmode\" value=\"transparent\"></param><embed id = 'foo' src='%@' type=\"application/x-shockwave-flash\" wmode=\"transparent\" width=\"708\" height=\"400\"></embed></object></div></body></html>";

我的应用程序方向都是纵向的。但我希望嵌入 UIWebView 中的 youtube 可以横向全屏。我的应用程序有 UITabBar,从我从苹果看到的情况来看,

您的 UITabBarControllerUINavigationController 中的所有子视图控制器都不同意共同的方向放。

我怎样才能做到我的应用程序是纵向的,但在全屏播放 YouTube 时嵌入可以处于横向模式?

谢谢!

I have this code

htmlString = @"<html><head><meta name = \"viewport\" content = \"initial-scale = 1.0, user-scalable = no, width = 212\"/></head>
body style=\"margin-top:10px;margin-left:8px\"><div><object width=\"212\" height=\"172\"><param name=\"movie\" value='%@'></param><param name=\"wmode\" value=\"transparent\"></param><embed id = 'foo' src='%@' type=\"application/x-shockwave-flash\" wmode=\"transparent\" width=\"708\" height=\"400\"></embed></object></div></body></html>";

My apps orientation is all portrait. But i want the youtube embeded in UIWebView can have landscape fullscreen. My app has UITabBar, and from what i see from apple,

All child view controllers in your UITabBarController or UINavigationController do not agree on a common orientation set.

How can i do that my app is portrait but when playing youtube embed in fullscreen can be in landscape mode??

thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文