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

# Feature Request ## Motivation Behind Feature I'm migrating an exiting project to Cordova, and this plugin has been challenging. The project uses TypeScript and figuring out how to use...

Is there a way to check if a file exists on Cordova Windows platform root? Trying on Ionic on Windows 10 with no success: ` this.file.checkFile('C:\test\\', 'testFile.exe') .then(() => {...

Hello, I have a lot of trouble understanding the documentation of this plugin. At the beginning you say that I get the global object `cordova.file` when device is ready. Then...

# Bug Report ## Problem android big file 60mb writeFile error ios not problem perfect working ### What is expected to happen? not write error problem

bug
platform: android

Hi, does this API supports Promises, so that i can do `resolveLocalFileSystemURL(url).then(...)` or must i wrap every api call in Promises? Thanks for responding!

enhancement

# Bug Report ## Problem Reading with `FileReader.readAsArrayBuffer` a chunk of a very large file (2Gb+) causes OutOfMemory on Android (not tested on iOS). ### What is expected to happen?...

Your documentation suggests to call window.requestFileSystem () before anything but it is not suggested and standard according to this link : https://developer.mozilla.org/en-US/docs/Web/API/Window/requestFileSystem

# Bug Report ## Problem Im creating a Cordova application. On that I have a function to rewrite the file I uploaded and download it. The problem is if I...

# Bug Report ## Problem I have written logic where my cordova app copies files and directories from the device to a USB drive, and vice-versa. Both operations work fine...

# Use cdvPluginPostBuildExtras instead of ext.postBuildExtras ### Platforms affected Android ### What does this PR do? 1. Adds a reference to the `build-extras.gradle` file in `plugin.xml` so that the code...

enhancement
platform: android