Return-Path: X-Original-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D1227DAF7 for ; Fri, 7 Sep 2012 08:27:09 +0000 (UTC) Received: (qmail 70510 invoked by uid 500); 7 Sep 2012 08:27:09 -0000 Delivered-To: apmail-incubator-callback-dev-archive@incubator.apache.org Received: (qmail 70388 invoked by uid 500); 7 Sep 2012 08:27:08 -0000 Mailing-List: contact callback-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@incubator.apache.org Delivered-To: mailing list callback-dev@incubator.apache.org Received: (qmail 70240 invoked by uid 99); 7 Sep 2012 08:27:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Sep 2012 08:27:07 +0000 Date: Fri, 7 Sep 2012 19:27:07 +1100 (NCT) From: "will prater (JIRA)" To: callback-dev@incubator.apache.org Message-ID: <1738449859.49219.1347006427517.JavaMail.jiratomcat@arcas> In-Reply-To: <393496728.35484.1346799787677.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (CB-1372) Orientation issue when status bar is hidden MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-1372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13450457#comment-13450457 ] will prater commented on CB-1372: --------------------------------- [~shazron]Sorry, that was weird. Try this one: http://drop.superformula.com/image/2d2S2G2H0H2U > Orientation issue when status bar is hidden > ------------------------------------------- > > Key: CB-1372 > URL: https://issues.apache.org/jira/browse/CB-1372 > Project: Apache Cordova > Issue Type: Bug > Components: iOS > Affects Versions: 2.1.0 > Environment: mountain lion > Reporter: will prater > Assignee: Shazron Abdullah > Fix For: 2.1.0 > > > If I manually hide the status bar in the AppDelegate after the forceStartupRotation routine, issues persist after dismissing the CDVCamera. > Im hiding the status bar as such > [[UIApplication sharedApplication] setStatusBarHidden:true > withAnimation:UIStatusBarAnimationNone] > My application is setup to only run as UIInterfaceOrientationLandscapeRight in mainViewController#shouldAutorotateToInterfaceOrientation > If Im to pull up the CDVCamera with takePicture and then dismiss it, the app appears to be in UIInterfaceOrientationPortrait. -- 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