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 448DD96D1 for ; Mon, 28 Nov 2011 20:52:04 +0000 (UTC) Received: (qmail 56516 invoked by uid 500); 28 Nov 2011 20:52:03 -0000 Delivered-To: apmail-incubator-callback-dev-archive@incubator.apache.org Received: (qmail 56472 invoked by uid 500); 28 Nov 2011 20:52:03 -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 56425 invoked by uid 99); 28 Nov 2011 20:52:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Nov 2011 20:52:03 +0000 X-ASF-Spam-Status: No, hits=-2001.2 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Nov 2011 20:52:01 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 9EBEAA47D7 for ; Mon, 28 Nov 2011 20:51:40 +0000 (UTC) Date: Mon, 28 Nov 2011 20:51:40 +0000 (UTC) From: "Shazron Abdullah (Created) (JIRA)" To: callback-dev@incubator.apache.org Message-ID: <109444894.19425.1322513500651.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (CB-46) Status bar style ignored when returning from PhoneGap ImagePicker in iOS5 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Status bar style ignored when returning from PhoneGap ImagePicker in iOS5 ------------------------------------------------------------------------- Key: CB-46 URL: https://issues.apache.org/jira/browse/CB-46 Project: Apache Callback Issue Type: Bug Reporter: Shazron Abdullah reported at: https://github.com/phonegap/phonegap-iphone/issues/319 by: https://github.com/collingo I have been developing an app which uses the camera.getPicture API to retrieve an image from the phone's camera roll. Since upgrading to iOS5 I have been seeing some funny behaviour with the status bar. I have set "Status bar style" to be "Opaque black style" in the app's plist but after closing the camera roll ImagePicker it reverts back to the default grey. Has anyone else seen this? It's not a deal breaker but it is affecting the consistency of the UI. The obvious workaround is to just set the Status bar style to the grey one. This is not a long term solution for us as it jars against the rest of our UI and Apple's UI Element Guidelines recommend against using inappropriate styles (http://developer.apple.com/library/ios/#DOCUMENTATION/UserExperience/Conceptual/MobileHIG/UIElementGuidelines/UIElementGuidelines.html). I understand the camera.getPicture API was deprecated in PhoneGap version 0.9.6 but that was retracted in version 1.0 due to no library support in the capture API. I am using PhoneGap 1.0.0. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira