From issues-return-92489-archive-asf-public=cust-asf.ponee.io@cordova.apache.org Sun Feb 11 13:10:12 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id 562B918064E for ; Sun, 11 Feb 2018 13:10:12 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 45FAE160C4E; Sun, 11 Feb 2018 12:10:12 +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 8FB0C160C36 for ; Sun, 11 Feb 2018 13:10:11 +0100 (CET) Received: (qmail 77199 invoked by uid 500); 11 Feb 2018 12:10:10 -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 77188 invoked by uid 99); 11 Feb 2018 12:10:10 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 11 Feb 2018 12:10:10 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 17283C0047 for ; Sun, 11 Feb 2018 12:10:10 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -109.511 X-Spam-Level: X-Spam-Status: No, score=-109.511 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id v_skvaWK193g for ; Sun, 11 Feb 2018 12:10:06 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 748435FACF for ; Sun, 11 Feb 2018 12:10:05 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 9DB84E0047 for ; Sun, 11 Feb 2018 12:10:04 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id B57A921E80 for ; Sun, 11 Feb 2018 12:10:01 +0000 (UTC) Date: Sun, 11 Feb 2018 12:10:00 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-13854) Camera opens in portrait orientation on iphones MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-13854?page=3Dcom.atlassian.j= ira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D163599= 22#comment-16359922 ]=20 ASF GitHub Bot commented on CB-13854: ------------------------------------- jcesarmobile opened a new pull request #312: CB-13854(ios): fix Camera open= s in portrait orientation on iphones URL: https://github.com/apache/cordova-plugin-camera/pull/312 =20 =20 =20 ### Platforms affected iOS =20 ### What does this PR do? Allow to properly present the camera in landscape =20 ### What testing has been done on this change? Tested on iPhone and iPod touch =20 ### Checklist - [x] [Reported an issue](http://cordova.apache.org/contribute/issues.ht= ml) in the JIRA database - [x] Commit message follows the format: "CB-3232: (android) Fix bug wit= h resolving file paths", where CB-xxxx is the JIRA ID & "android" is the pl= atform affected. - [ ] Added automated test coverage as appropriate for this change. =20 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. =20 For queries about this service, please contact Infrastructure at: users@infra.apache.org > Camera opens in portrait orientation on iphones > ----------------------------------------------- > > Key: CB-13854 > URL: https://issues.apache.org/jira/browse/CB-13854 > Project: Apache Cordova > Issue Type: Bug > Components: cordova-ios, cordova-plugin-camera, cordova-plugin-m= edia-capture > Affects Versions: cordova-ios 4.5.0 > Environment: Cordova 7.1.0, Cordova 8.0.0 > iOS 9, 10, 11 > cordova-ios 4.5.x > =C2=A0 > Reporter: Damian Ibbotson > Priority: Major > > Using app in landscape on iphone and open the camera using a plugin (cord= ova-plugin-camera, cordova-plugin-media-capture).=C2=A0 The camera opens in= portrait mode.=C2=A0 Dialogs to request permissions are therefore rotated,= as is button text. > Replicated with HelloCordova app with addition of cordova-plugin-camera. > Using cordova-plugin-screen-orientation, we can see that an event to chan= ge the orientation to portrait-primary is fired when the camera is opened. > =C2=A0 > Does not affect ipads. > =C2=A0 > =C2=A0 > =C2=A0 =C2=A0 -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org