Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 2FEE0200BC9 for ; Sat, 26 Nov 2016 09:47:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 2E8A0160B14; Sat, 26 Nov 2016 08:47:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 7A838160B00 for ; Sat, 26 Nov 2016 09:46:59 +0100 (CET) Received: (qmail 31808 invoked by uid 500); 26 Nov 2016 08:46:58 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 31793 invoked by uid 99); 26 Nov 2016 08:46:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 26 Nov 2016 08:46:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 56E372C03DE for ; Sat, 26 Nov 2016 08:46:58 +0000 (UTC) Date: Sat, 26 Nov 2016 08:46:58 +0000 (UTC) From: "Michael Schmidt (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-12141) white app screen after camera overlay shown on iPad MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sat, 26 Nov 2016 08:47:00 -0000 [ https://issues.apache.org/jira/browse/CB-12141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15697570#comment-15697570 ] Michael Schmidt commented on CB-12141: -------------------------------------- [~jcesarmobile] could you already look into it again? We can assist in testing if needed.. > white app screen after camera overlay shown on iPad > --------------------------------------------------- > > Key: CB-12141 > URL: https://issues.apache.org/jira/browse/CB-12141 > Project: Apache Cordova > Issue Type: Bug > Components: Plugin Statusbar > Affects Versions: Master > Environment: iOS 9.3.5 > cordova 6.4.0 > cordova-plugin-camera 2.3.0 > cordova-plugin-statusbar 2.2.1-dev (current master branch) > Reporter: Michael Schmidt > Assignee: jcesarmobile > Labels: ios > > h4. steps to reproduce > * create cordova app > {code} > cordova create MyAppTest33 > cd MyAppTest33/ > cordova platform add ios > cordova plugin add https://github.com/apache/cordova-plugin-statusbar.git --save > cordova plugin add cordova-plugin-camera --variable CAMERA_USAGE_DESCRIPTION=" " --variable PHOTOLIBRARY_USAGE_DESCRIPTION=" " --save > {code} > * add camera sample code to www folder > {code} > https://github.com/Icenium/Sample-Camera/blob/master/Camera%20Sample/index.html > https://github.com/Icenium/Sample-Camera/blob/master/Camera%20Sample/scripts/main.js > https://github.com/Icenium/Sample-Camera/blob/master/Camera%20Sample/styles/theme.css > {code} > * change config.xml to landscape app > {code} > > {code} > h4. action: open camera on iPad > * open app on real device: iPad > * take picture from camera (or open camera & cancel) > h4. problem: App screen turns white > * completely white screen - web app is completely gone > h4. root cause is the statusbar plugin on iPad in landscape app > * it works well .. > ** with Orientation "portrait" > ** on iPhone > ** without statusbar plugin -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org