You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Vladimir Kotikov (JIRA)" <ji...@apache.org> on 2016/08/09 12:28:22 UTC

[jira] [Updated] (CB-11492) window.resolveLocalFileSystemURL is not resolving content:// path to a file:// path

     [ https://issues.apache.org/jira/browse/CB-11492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vladimir Kotikov updated CB-11492:
----------------------------------
    Labels: android cannot-reproduce triaged wfc  (was: android no-repro triaged wfc)

> window.resolveLocalFileSystemURL is not resolving content:// path to a file:// path
> -----------------------------------------------------------------------------------
>
>                 Key: CB-11492
>                 URL: https://issues.apache.org/jira/browse/CB-11492
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Plugin File
>    Affects Versions: 4.2.0
>            Reporter: Josh Sharpe
>            Assignee: Sergey Shakhnazarov
>              Labels: android, cannot-reproduce, triaged, wfc
>
> It's my understanding that the file plugin (resolveLocalFileSystemURL) should handle this, however I had to use the file-path plugin (resolveNativePath)
> var path = "content://com.android.providers.media.documents/document/image:1051";
> window.resolveLocalFileSystemURL(path, function(a){
>   console.log(a)
> })
> -> undefined
> window.FilePath.resolveNativePath(path, function(localFileUri) {
>   console.log(localFileUri)
> });
> -> "file:///storage/emulated/0/DCIM/Camera/IMG_20160625_104045.jpg"



--
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