Return-Path: X-Original-To: apmail-cordova-dev-archive@www.apache.org Delivered-To: apmail-cordova-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BA826DE63 for ; Wed, 21 Nov 2012 19:25:58 +0000 (UTC) Received: (qmail 5022 invoked by uid 500); 21 Nov 2012 19:25:58 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 4928 invoked by uid 500); 21 Nov 2012 19:25:58 -0000 Mailing-List: contact dev-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list dev@cordova.apache.org Received: (qmail 4919 invoked by uid 500); 21 Nov 2012 19:25:58 -0000 Delivered-To: apmail-incubator-callback-dev@incubator.apache.org Received: (qmail 4915 invoked by uid 99); 21 Nov 2012 19:25:58 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Nov 2012 19:25:58 +0000 Date: Wed, 21 Nov 2012 19:25:58 +0000 (UTC) From: "Andrew Grieve (JIRA)" To: callback-dev@incubator.apache.org Message-ID: <116676712.13541.1353525958521.JavaMail.jiratomcat@arcas> In-Reply-To: <1636768246.92297.1352478852409.JavaMail.jiratomcat@arcas> Subject: [jira] [Closed] (CB-1830) iOS: CDVViewController's wantsFullScreenLayout property should not be set 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-1830?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Grieve closed CB-1830. ----------------------------- Resolution: Fixed Fix Version/s: 2.3.0 Assignee: Andrew Grieve (was: Shazron Abdullah) Thanks for your patience Kevin! I've finally got this pulled in: https://git-wip-us.apache.org/repos/asf?p=incubator-cordova-ios.git;a=commit;h=a37d37be1e2365b45aad0843d94b83a26ecc6ced > iOS: CDVViewController's wantsFullScreenLayout property should not be set > ------------------------------------------------------------------------- > > Key: CB-1830 > URL: https://issues.apache.org/jira/browse/CB-1830 > Project: Apache Cordova > Issue Type: Bug > Components: iOS > Affects Versions: Master > Reporter: Kevin Hawkins > Assignee: Andrew Grieve > Fix For: 2.3.0 > > Original Estimate: 1h > Remaining Estimate: 1h > > In [CDVViewController __init], CDVViewController.wantsFullScreenLayout is set to YES. The effect of this property is to ignore the status bar layout, for apps that want their views to take space underneath a (presumably translucent) status bar. > This should not be the default behavior for a Cordova app, and causes a lot of additional configuration of CDVViewController's main view, which otherwise would not be necessary. -- 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