cordova-plugin-file icon indicating copy to clipboard operation
cordova-plugin-file copied to clipboard

Apache Cordova File Plugin

Results 147 cordova-plugin-file issues
Sort by recently updated
recently updated
newest added
trafficstars

### How to replicate the issue ``` window.requestFileSystem(LocalFileSystem.PERSISTENT, 0, function (fs) { fs.root.getFile(cordova.file.applicationDirectory + "www/index.html", { }, function (fileEntry) { //DO NOTHING }, function(err) { console.log("error accesing the file", err);...

bug
platform: android

# Bug Report ## Problem ### What is expected to happen? Plugin should log directories while log all the pdf files present in internal storage(android) on android. ### What does...

platform: android
android-scoped-storage

# Bug Report ## Problem ### What is expected to happen? On large file save (> 5mb) app freeze for seconds. Its pause render in my app, and animations start...

bug

# cordova-file-plugin encoding error bug report ## Abstract The `readAsText` function of the cordova-file-plugin causes an encoding error when reading an UTF-8 file larger than 2 megabytes on platforms iOS,...

platform: android
support
platform: ios
platform: windows
platform: browser

### Platforms affected All ### Motivation and Context Writing large files with FileWriter consumes very large amounts of memory, because the underlying cordova.js function converts ArrayBuffers to base64 encoded strings...

### Platforms affected Windows ### Motivation and Context Fix #362 ### Checklist - [+] I've run the tests to see all new and existing tests pass - [-] I added...

I have an email with attachment - let's say `info.txt` there is an intent handler which is ment to open the attachment in the Android app I'm using the `resolveLocalFileSystemURL`...

platform: android
support

# Bug Report ## Problem: Local file path returns incorrectly on iOS 13.1 ### What is expected to happen? `cordova.file.applicationDirectory` returns a file path which is supported by `resolveLocalFileSystemURL` to...

# Bug Report XCode build fails: Redefinition of enumerator 'SYNTAX_ERR ## Problem The error started to appear when I added the below cordova plugins to the project where cordova-sqlite-storage plugin...

support
platform: ios

https://github.com/apache/cordova-plugin-file/pull/371