xcode - phonegap

时间:2012-04-05 20:09:23

标签: ios xcode cordova vimeo

有谁知道如何使用以下代码并使其在phonegap中运行?

// Override to allow orientations other than the default portrait orientation.
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {
    // Return YES for supported orientations
    //return (interfaceOrientation == UIInterfaceOrientationPortrait);
    if(UIInterfaceOrientationIsPortrait(interfaceOrientation)) {
        return(YES);
    }

    if(UIInterfaceOrientationIsLandscape(interfaceOrientation)) {
        return([movieController isFullscreen]);
    }

return(NO);
}

我正在尝试基本上允许原生ios媒体播放器旋转到横向模式,但让我的应用程序的其余部分处于纵向模式。有关如何实现这一目标的任何想法?在此先感谢您的帮助!

1 个答案:

答案 0 :(得分:0)

查看your_project_name-Info.plist“支持的界面方向”和“支持的界面方向(iPad)”