Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E76CD19205 for ; Wed, 23 Mar 2016 02:42:25 +0000 (UTC) Received: (qmail 37176 invoked by uid 500); 23 Mar 2016 02:42:25 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 37154 invoked by uid 500); 23 Mar 2016 02:42:25 -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 37141 invoked by uid 99); 23 Mar 2016 02:42:25 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Mar 2016 02:42:25 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 90A4E2C1F62 for ; Wed, 23 Mar 2016 02:42:25 +0000 (UTC) Date: Wed, 23 Mar 2016 02:42:25 +0000 (UTC) From: "Colin Bau (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-10873) "cordova-plugin-camera" 2.1.1 seem cause the app shut down after use the capture photo (when use encodingType: Camera.EncodingType.JPEG) 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-10873?page=3Dcom.atlassian.j= ira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D152077= 78#comment-15207778 ]=20 Colin Bau commented on CB-10873: -------------------------------- hi [~nikhilkh] I think yes and my config.xml also set the > "cordova-plugin-camera" 2.1.1 seem cause the app shut down after use the = capture photo (when use encodingType: Camera.EncodingType.JPEG) > -------------------------------------------------------------------------= --------------------------------------------------------------- > > Key: CB-10873 > URL: https://issues.apache.org/jira/browse/CB-10873 > Project: Apache Cordova > Issue Type: Bug > Components: Plugin Camera > Affects Versions: 2.1.1 > Environment: Cordova Cli-6.0 > Cordova-iOS 4.1.0 > cordova-plugin-camera 2.1.1 > cordova-plugin-wkwebview-engine 1.0.2 > ipad mini iOS 9.2.1 > my config.xml have these lines > > > > > Reporter: Colin Bau > Labels: iOS, triaged, wfc > > this is my full test code > =3D=3D=3D=3D=3D > navigator.camera.getPicture(cameraSuccess, cameraError, null); > function cameraSuccess() { alert("Camera success.") } > function cameraError(message) { alert('Failed because: ' + message); } > =3D=3D=3D=3D=3D > step1=EF=BC=8CI use "navigator.camera.getPicture" > step2=EF=BC=8Cit will appear a camera interface and I press the take phot= o button > step3=EF=BC=8Cclick the "use the photo" button > step4=EF=BC=8Cit will back to my original app=EF=BC=8Cbut after 1-2 secon= ds=EF=BC=8Cshut down immediately > Android have no this problem=EF=BC=8Cand it will trigger the "cameraSucce= ss" callback -- 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