【问题标题】:Landscape orientation when i show HTML5 video当我显示 HTML5 视频时横向
【发布时间】:2012-02-09 02:10:01
【问题描述】:

我有一个纵向模式的 iPhone 应用程序,它显示一个 web 视图。在 webview 中有一个 HTML5 视频,我将在横向模式下显示它。

所以我在 ViewControlleDelegate 方法中有(因为我的应用程序仅处于纵向模式):

- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation{
    return NO;
}

所以只有当我显示 HTML5 视频时,webkit 或我的应用程序有一种方法可以切换到横向模式?

谢谢!

【问题讨论】:

    标签: iphone html5-video mobile-webkit device-orientation


    【解决方案1】:

    尝试使用:[[UIApplication sharedApplication] setStatusBarOrientation:animated:]。我想它一定能帮到你。

    【讨论】:

      猜你喜欢
      • 2012-09-11
      • 1970-01-01
      • 1970-01-01
      • 2015-08-27
      • 1970-01-01
      • 1970-01-01
      • 2016-07-17
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多