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

# Bug Report ## Problem ### What is expected to happen? When calling `FileWriter.write()` (with `create:true` flag) on same file concurrently leads to only one content (maybe the latest being...

### Platforms affected All. ### Motivation and Context Currently, `cordova-plugin-file`'s `FileReader` doesn't correctly implement the `EventTarget` interface. What works are listeners attached via `on[event]` properties, like `onloadend`. What doesn't work...

### Platforms affected ### Motivation and Context ### Description ### Testing ### Checklist - [x] I've run the tests to see all new and existing tests pass - [x] I...

# Bug Report FileReader.readAs*(file) returns null in **this.result** and has FileError with code: 1 (not found) with video file. ## Problem The exact same code works fine on iOS, however...

### Motivation and Context Consistency of our codebases. part of https://github.com/apache/cordova/issues/4. Depends on #405 Closes https://github.com/apache/cordova-plugin-file/pull/442

### Motivation and Context Consistency across our codebase. This is a bigger one. Changes of interest are noted as a review comment by myself.

# Bug Report Field cordova.file.applicationDirectory returns wrong URL scheme for windows10 platform: `ms-appx:///` instead of `ms-appx-web:///`. ### What is expected to happen? Correct URL to file, that starts from `ms-appx-web:///`...

I described the issue here: https://stackoverflow.com/q/51969064/1619070 When I try to write a file with a correct blob nothing happen, I can see the file created but is empty and no...

platform: android
support

# Bug Report sandbox Issue - WebPageProxy::Ignoring request to load this main resource because it is outside the sandbox ## Problem I am using cordova.file.applicationStorageDirectory that access sandbox and still...

info-needed

# Bug Report: ## FileWriter silently fails in IFrame with 'Invalid Parameter type' ## Problem A blob/pdf is written to a temporary file on the device and then opened via...