From issues-return-51254-apmail-cordova-issues-archive=cordova.apache.org@cordova.apache.org Tue Nov 3 00:37:28 2015 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 582FF18B75 for ; Tue, 3 Nov 2015 00:37:28 +0000 (UTC) Received: (qmail 61666 invoked by uid 500); 3 Nov 2015 00:37:28 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 61595 invoked by uid 500); 3 Nov 2015 00:37:28 -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 61419 invoked by uid 99); 3 Nov 2015 00:37:28 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Nov 2015 00:37:28 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id CC7B42C1F6E for ; Tue, 3 Nov 2015 00:37:27 +0000 (UTC) Date: Tue, 3 Nov 2015 00:37:27 +0000 (UTC) From: "Richard B Knoll (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CB-9897) android getPicture() with destinationType FILE_URI returns content provider instead of file url 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-9897?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard B Knoll updated CB-9897: -------------------------------- Labels: Android reproduced triaged (was: Android reporduced triaged) > android getPicture() with destinationType FILE_URI returns content provider instead of file url > ----------------------------------------------------------------------------------------------- > > Key: CB-9897 > URL: https://issues.apache.org/jira/browse/CB-9897 > Project: Apache Cordova > Issue Type: Bug > Components: Plugin Camera > Affects Versions: 1.2.0 > Reporter: Michael Schmidt > Labels: Android, reproduced, triaged > > Camera options: > - destinationType: Camera.DestinationType.FILE_URI, > Situation: getPicture() on android returns content provider instead of file url > Problem: Other platforms return the file url - camera on android is inconsistent > This requires for every camera usage a workaround on android - there is even a plugin for this: https://github.com/hiddentao/cordova-plugin-filepath > -> $window.FilePath.resolveNativePath(fileUrl, function(fileEntry) > -> directly resolve to native file url on android -- 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