From issues-return-91398-archive-asf-public=cust-asf.ponee.io@cordova.apache.org Sat Jan 6 17:11: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 9750518062C for ; Sat, 6 Jan 2018 17:11:12 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 8717E160C2A; Sat, 6 Jan 2018 16:11: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 CDFA0160C3B for ; Sat, 6 Jan 2018 17:11:11 +0100 (CET) Received: (qmail 15722 invoked by uid 500); 6 Jan 2018 16:11: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 15711 invoked by uid 99); 6 Jan 2018 16:11:10 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 Jan 2018 16:11:10 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 40563C013C for ; Sat, 6 Jan 2018 16:11:10 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.711 X-Spam-Level: X-Spam-Status: No, score=-100.711 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_LOW=-0.7, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id ar-2Hn1VV29H for ; Sat, 6 Jan 2018 16:11:09 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 5B2C95FB29 for ; Sat, 6 Jan 2018 16:11:09 +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 DE909E1013 for ; Sat, 6 Jan 2018 16:11:06 +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 ABC7D240F6 for ; Sat, 6 Jan 2018 16:11:03 +0000 (UTC) Date: Sat, 6 Jan 2018 16:11:03 +0000 (UTC) From: "Shemrick Flannigan (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CB-13733) There is no callback from the method "camera.getPicture" to indicate that a picture is being selected MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Shemrick Flannigan created CB-13733: --------------------------------------- Summary: There is no callback from the method "camera.getPicture" to indicate that a picture is being selected Key: CB-13733 URL: https://issues.apache.org/jira/browse/CB-13733 Project: Apache Cordova Issue Type: Bug Components: cordova-plugin-camera Environment: Android: OS 7.0, Phone Model: Moto G5 Plus iOS: OS 10.1.1 (14B150) Reporter: Shemrick Flannigan Priority: Critical ISSUE Selecting a large image through the plugin creates a delay before returning control to the Cordova app which uses the plugin Current Behavior # Selecting a large image (in filesize) through the plugin creates a delay before returning control to the Cordova app which uses the plugin. This includes both: #* Camera capture #* Image gallery # This delay increases in a linear fashion with the filesize of the selected image Expected Behavior # Selecting an image should: #* Return control immediately to the Cordova app which uses the plugin #* Continue the data transfer of the image to the Cordova app in a background thread #* Include a callback function to indicate that the data transfer of the image to the Cordova app is complete # This includes both: #* Camera capture #* Image gallery # All image file sizes should return control to the Cordova app which uses the plugin at the same speed including: #* 5GB image #* 11GB image #* 15GB image #* 20GB image # # Platforms affected #* Android #* iOS REFERENCES # Here are sample test images: #* [5GB image | https://www.dropbox.com/s/gq81736zzh9jqah/User_Profile_Image_Upload_Test_5MB.jpg?dl=0] #* [11GB image | https://www.dropbox.com/s/i5ep7bn87upm74q/User_Profile_Image_Upload_Test_11MB.jpg?dl=0] #* [15GB image | https://www.dropbox.com/s/rk9azn91e5sq7d0/User_Profile_Image_Upload_Test_v2_15MB.jpg?dl=0] #* [20GB image | https://www.dropbox.com/s/9fz9996nzo6g3yo/User_Profile_Image_Upload_Test_v1_20MB.jpg?dl=0] -- This message was sent by Atlassian JIRA (v6.4.14#64029) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org