YouTube 嵌入 ios 全屏横向和纵向
我有这个代码
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
,从我从苹果看到的情况来看,
您的 UITabBarController
或 UINavigationController
中的所有子视图控制器都不同意共同的方向放。
我怎样才能做到我的应用程序是纵向的,但在全屏播放 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论