You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Jason Ginchereau (JIRA)" <ji...@apache.org> on 2015/10/29 21:00:30 UTC

[jira] [Assigned] (CB-7273) Using cordova.file.applicationDirectory, Android, and reading the file

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

Jason Ginchereau reassigned CB-7273:
------------------------------------

    Assignee: Jason Ginchereau

> Using cordova.file.applicationDirectory, Android, and reading the file
> ----------------------------------------------------------------------
>
>                 Key: CB-7273
>                 URL: https://issues.apache.org/jira/browse/CB-7273
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Plugin File
>         Environment: Android
>            Reporter: Raymond Camden
>            Assignee: Jason Ginchereau
>            Priority: Minor
>
> I wrote a simple app that uses the file system API to read a file from the www folder. The demo code may be found here:
> https://github.com/cfjedimaster/Cordova-Examples/blob/master/readtextfile/
> It uses this line essentially to handle the read:
> window.resolveLocalFileSystemURL(cordova.file.applicationDirectory + "www/index.html", gotFile, fail);
> This works fine in iOS, but fails to work in Android.  While you can work around this by just using a regular XHR get, the code really should work.



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