简单的 UIWebView
我正在制作一个标签栏应用程序,其中一个标签是 YouTube 频道。它工作正常且完美,但一个问题是当我单击它播放的视频时,但仅在标准视图中而不是在横向视图中。关于如何修复的任何想法。我确信它真的很简单,但我一直没有运气。
I'm making a tab bar app and one of the tabs is a youtube channel. It works fine and is perfect but the one problem is when i click on the video it plays but only in the standard view and not in Landscape. Any ideas on how to fix. Im sure its really simple but i've been having no luck.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这个问题可能回答了您想要做的事情:
Webview 自动调整为 iPhone 中的纵向和横向视图
最重要的是,您需要视图控制器告诉应用程序它支持其他方向,而不仅仅是纵向。
This question probably answers what you are trying to do:
Webview resizes automatically to portrait and landscape view in iphone
The key thing to take away from it is that you need your view controller to tell the app that it supports the other orientations, not just portait.