[ 
https://issues.apache.org/jira/browse/CB-11492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15362574#comment-15362574
 ] 

Sergey Shakhnazarov commented on CB-11492:
------------------------------------------

[[email protected]], the issue does not reproduce for me neither on 
Android 5.0.1 with {{content://media/external/images/media/...}} nor on Android 
4.4.2 emulator with 
{{content://com.android.providers.media.documents/document/image...}}.
Could you please add environment details (device, OS version) and repro steps 
(ideally a failing code sample)?

> 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: Android, Plugin File
>    Affects Versions: 4.2.0
>            Reporter: Josh Sharpe
>
> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to