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 54BF119EC8 for ; Thu, 17 Mar 2016 06:51:34 +0000 (UTC) Received: (qmail 55472 invoked by uid 500); 17 Mar 2016 06:51:34 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 55442 invoked by uid 500); 17 Mar 2016 06:51:34 -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 55379 invoked by uid 99); 17 Mar 2016 06:51:33 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Mar 2016 06:51:33 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 89B212C1F68 for ; Thu, 17 Mar 2016 06:51:33 +0000 (UTC) Date: Thu, 17 Mar 2016 06:51:33 +0000 (UTC) From: "Thillaiganesh Chan (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-10050) Inconsistent saveToPhotoAlbum behavior on PHOTOLIBRARY images MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-10050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15198853#comment-15198853 ] Thillaiganesh Chan commented on CB-10050: ----------------------------------------- Just explaining the Behavior in iOS Before Pull Request #183 Scenario 1: sourceType: Camera.PictureSourceType.PHOTOLIBRARY saveToPhotoAlbum: true Action : The selected photo in Photo library will be duplicated Scenario 2: sourceType: Camera.PictureSourceType.PHOTOLIBRARY saveToPhotoAlbum: false Action : The selected photo in Photo library will NOT be duplicated After Pull Request #183 Scenario 1: sourceType: Camera.PictureSourceType.PHOTOLIBRARY saveToPhotoAlbum: true Action : The selected photo in Photo library will NOT be duplicated Scenario 2: sourceType: Camera.PictureSourceType.PHOTOLIBRARY saveToPhotoAlbum: false Action : The selected photo in Photo library will NOT be duplicated Explain What is expected ? > Inconsistent saveToPhotoAlbum behavior on PHOTOLIBRARY images > ------------------------------------------------------------- > > Key: CB-10050 > URL: https://issues.apache.org/jira/browse/CB-10050 > Project: Apache Cordova > Issue Type: Bug > Components: Plugin Camera > Reporter: Richard B Knoll > Assignee: Omar Mefire > Priority: Minor > Labels: android, ios > > Another quirk: iOS will actually save images to the photo album if chosen from the {{PHOTOLIBRARY}} source. Android, I believe, only saves those from the {{CAMERA}} source. Not sure what the correct way to resolve this is. I do not see any reason that you would ever want to save the same photo twice, even if the user crops it. -- 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