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 A172B200B14 for ; Fri, 3 Jun 2016 16:20:00 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 9BB45160A49; Fri, 3 Jun 2016 14:20: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 1D149160A2A for ; Fri, 3 Jun 2016 16:19:59 +0200 (CEST) Received: (qmail 18250 invoked by uid 500); 3 Jun 2016 14:19:59 -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 18094 invoked by uid 99); 3 Jun 2016 14:19:59 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Jun 2016 14:19:59 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 22DAB2C1F5A for ; Fri, 3 Jun 2016 14:19:59 +0000 (UTC) Date: Fri, 3 Jun 2016 14:19:59 +0000 (UTC) From: "Massimo Rangoni (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CB-11371) [Android][Camera] The native Image-Preview doesn't appear after taken a picture on a Sony Z3 Dual with Android 6 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 03 Jun 2016 14:20:00 -0000 Massimo Rangoni created CB-11371: ------------------------------------ Summary: [Android][Camera] The native Image-Preview doesn't appear after taken a picture on a Sony Z3 Dual with Android 6 Key: CB-11371 URL: https://issues.apache.org/jira/browse/CB-11371 Project: Apache Cordova Issue Type: Bug Components: Plugin Camera Affects Versions: 2.2.0 Environment: Android 6 Reporter: Massimo Rangoni Priority: Minor Only on a Sony Z3 Dual the native Image-Preview doesn't appear after taken a picture. Here the options passed to the `getPicture` method: {noformat} var options = { quality: 40, destinationType: Camera.DestinationType.FILE_URI, sourceType: Camera.PictureSourceType.CAMERA, allowEdit: false, encodingType: Camera.EncodingType.JPEG, targetWidth: 400, targetHeight: 400, cameraDirection: Camera.Direction.BACK, correctOrientation: true }; navigator.camera.getPicture(this.onSuccess, this.onFail, options); {noformat} -- 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