You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Benjamin de Dardel (JIRA)" <ji...@apache.org> on 2017/06/20 17:16:00 UTC

[jira] [Commented] (CB-10883) resolveLocalFileSystemURL cordova.file.externalRootDirectory is fail on android 6.0

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

Benjamin de Dardel commented on CB-10883:
-----------------------------------------

The bug seems to be still there.

```
$ cordova -v
7.0.1

cordova-plugin-file 4.3.3 

Installed platforms:
  android 6.2.3
```

> resolveLocalFileSystemURL cordova.file.externalRootDirectory is fail on android 6.0
> -----------------------------------------------------------------------------------
>
>                 Key: CB-10883
>                 URL: https://issues.apache.org/jira/browse/CB-10883
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: cordova-plugin-file
>         Environment: cordova 6.0 
> cordova-plugin-file 4.1.2-dev
> device android 6.0
>            Reporter: junyuz
>            Assignee: Joe Bowser
>              Labels: Android, patch
>   Original Estimate: 12h
>  Remaining Estimate: 12h
>
> window.resolveLocalFileSystemURL(cordova.file.externalRootDirectory, function(dirEntry) {
>           var directoryReader = dirEntry.createReader();
>           directoryReader.readEntries(function(entries) {}
> }
> on android6.0 entries.length==0
> but on android4.x 5.x  is run good



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