You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by "Klaus Schmidt (JIRA)" <ji...@apache.org> on 2012/09/14 16:14:08 UTC

[jira] [Comment Edited] (CB-1182) iOS 6 - Autorotation changes

    [ https://issues.apache.org/jira/browse/CB-1182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13455811#comment-13455811 ] 

Klaus Schmidt edited comment on CB-1182 at 9/15/12 1:13 AM:
------------------------------------------------------------

Hi,

in iOS I've got the problem that, if I run my app with the current state of Cordova 2.1.0, the application window of my app like fullscreen-mode, so on the top of the app, the pixels of the height of the iOS status bar are not existent. It's ok, when I add "[application setStatusBarHidden:YES animated:NO];" in the "didFinishLaunchingWithOptions" in the AppDelegate.m, because then the status bar is hidden and the page is displayed in fullscreen-mode. But we want to have the status bar present. In version 2.0.0 everything is ok.
The meta-tag in index.html is this:
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, target-densitydpi=device-dpi" />
What can we do? We need the version 2.1.0 because of the issue CB-1219 .

Greetings, Klaus.
                
      was (Author: disy):
    Hi,

in iOS I've got the problem that, if I run my app with the current state of Cordova 2.1.0, the application window of my app like fullscreen-mode, so on the top of the app, the pixels of the height of the iOS status bar are not existent. It's ok, when I add "[application setStatusBarHidden:YES animated:NO];" in the "didFinishLaunchingWithOptions" in the AppDelegate.m. But we want to have the status bar present. In version 2.0.0 everything is ok.
What can we do? We need the version 2.1.0 because of the issue CB-1219 .

Greetings, Klaus.
                  
> iOS 6 - Autorotation changes
> ----------------------------
>
>                 Key: CB-1182
>                 URL: https://issues.apache.org/jira/browse/CB-1182
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: iOS
>    Affects Versions: Master
>            Reporter: Shazron Abdullah
>            Assignee: Michal Mocny
>              Labels: ios6
>             Fix For: 2.1.0
>
>
> From Michael SBCERA: 
> Autorotation is changing in iOS 6. In iOS 6, the shouldAutorotateToInterfaceOrientation: method of UIViewController is deprecated. In its place, you should use the supportedInterfaceOrientations and shouldAutorotate methods. Read more at http://9to5mac.com/2012/06/25/apple-pushes-ios-6-0-update-to-devs/#tumhkqaj5kDKYOC3.99 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira