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 8D8D6200BE7 for ; Mon, 5 Dec 2016 08:24:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 8C1A7160AF9; Mon, 5 Dec 2016 07:24: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 D3B0D160B17 for ; Mon, 5 Dec 2016 08:23:59 +0100 (CET) Received: (qmail 94803 invoked by uid 500); 5 Dec 2016 07:23: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 94671 invoked by uid 99); 5 Dec 2016 07:23:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Dec 2016 07:23:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 8F24D2C2A68 for ; Mon, 5 Dec 2016 07:23:58 +0000 (UTC) Date: Mon, 5 Dec 2016 07:23:58 +0000 (UTC) From: "Michael Schmidt (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CB-12195) camera rotates webview on landscape iPhone app in 8/10 times MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 05 Dec 2016 07:24:00 -0000 [ https://issues.apache.org/jira/browse/CB-12195?page=3Dcom.atlassian.= jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Schmidt updated CB-12195: --------------------------------- Summary: camera rotates webview on landscape iPhone app in 8/10 times = (was: camera rotates on landscape iPhone app in 8/10 times) > camera rotates webview on landscape iPhone app in 8/10 times > ------------------------------------------------------------ > > Key: CB-12195 > URL: https://issues.apache.org/jira/browse/CB-12195 > Project: Apache Cordova > Issue Type: Bug > Components: Plugin Statusbar > Environment: iPhone 7 (used to reproduce on iPhone 6s as well) > iOS 10.1.1 > cordova 6.4.0 > cordova-plugin-camera 2.3.0 > cordova-plugin-statusbar 2.2.1-dev (current master branch) > Reporter: Michael Schmidt > 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_DESCRIPT= ION=3D" " --variable PHOTOLIBRARY_USAGE_DESCRIPTION=3D" " --save > {code} > * add camera sample code to www folder > {code} > https://github.com/Icenium/Sample-Camera/blob/master/Camera%20Sample/inde= x.html > https://github.com/Icenium/Sample-Camera/blob/master/Camera%20Sample/scri= pts/main.js > https://github.com/Icenium/Sample-Camera/blob/master/Camera%20Sample/styl= es/theme.css > {code} > * change config.xml to landscape app > {code} > > {code} > h4. action: hold phone in portrait & open camera on iPhone > * hold iPhone in portrait > * open app on real device: iPhone > * open camera ('take picture') > h4. problem: camera window is rotated 90=C2=B0 > * camera window is rotated 90=C2=B0, shutter button not visible > h4. root cause are all variants of status-bar-plugin > * master: reproduces in 9 out of 10 attempts > * CB-12141: reproduces in 9 out of 10 attempts > ** https://github.com/jcesarmobile/cordova-plugin-statusbar/tree/CB-1214= 1 > * CB-12141-2: reproduces in 7 out of 10 attempts > ** https://github.com/jcesarmobile/cordova-plugin-statusbar/tree/CB-1214= 1-2 > --> the good thing is that it at least reproduces rather reliably -- 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