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

ASF GitHub Bot commented on CB-12355:
-------------------------------------

Github user cordova-qa commented on the issue:

    https://github.com/apache/cordova-plugin-file/pull/199
  
    Cordova CI Build has completed successfully.
    
    **Commit**     - 
[Link](https://github.com/apache/cordova-plugin-file/pull/199/commits/1a4361fdb5cad6be5731c6d85742311d6e169a4a)
    **Dashboard** - 
[Link](http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/56/)
    
     



> Get a null type when using fileEntry.file(function(file) {})
> ------------------------------------------------------------
>
>                 Key: CB-12355
>                 URL: https://issues.apache.org/jira/browse/CB-12355
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Plugin File
>    Affects Versions: 6.2.0
>         Environment: iOS
>            Reporter: LightZam
>            Assignee: LightZam
>              Labels: pluginsrelease
>
> {code}
> resolveLocalFileSystemURL(path, function(fileEntry) {
>     fileEntry.file(function(file) {
>                     console.log(file.name, file.type);
>                 });
>             }, reject);
> {code}
> The type will be null in iOS because it wasn't implemented.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to