You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/06/14 19:29:00 UTC

[jira] [Commented] (CB-12355) Get a null type when using fileEntry.file(function(file) {})

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

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

Github user rodreiser commented on the issue:

    https://github.com/apache/cordova-plugin-file/pull/199
  
    someone can merge this? i really need it !


> 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: cordova-plugin-file
>    Affects Versions: 6.2.0
>         Environment: iOS
>            Reporter: LightZam
>            Assignee: LightZam
>
> {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.4.14#64029)

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