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 When writing file in this path " window.cordova.file.externalRootDirectory + 'Download' " it always throws a permission error on getFile action. The bug occur when upgrading on cordova-plugin-file...

info-needed

# Bug Report ## Problem ### What is expected to happen? ### What does actually happen? ## Information I made a local gallery in my app and everything works but...

### Platforms affected Android ### Motivation and Context [`getAvailableBlocks`](https://developer.android.com/reference/android/os/StatFs#getAvailableBlocks()) and [`getBlockSize`](https://developer.android.com/reference/android/os/StatFs#getBlockSize()) are deprecated since API 18 ### Description [`getAvailableBytes`](https://developer.android.com/reference/android/os/StatFs#getAvailableBytes()) is available since API 18 while current `cordova-android` must be [`>=12.0.0`](https://github.com/apache/cordova-plugin-file/blob/master/plugin.xml#L33),...

### Platforms affected All (TypeScript definition changes) ### Motivation and Context Fixes the typescript conflict between the plugin and libdom's definitions Fixes #563 Closes #536 ### Description Renamed the FileSystem...

bug

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Apparently the type definitions provided by...

### Platforms affected ### Motivation and Context Adds a TS check on our type def files. ### Description Adds Typescript 5.1 as a dev dependency and updates the test script...

# Bug Report ## Problem ### What is expected to happen? When the software starts, it wants to read the file under the sdcard normally ### What does actually happen?...

### Platforms affected ### Motivation and Context On Android 10 and below, on cordova-plugin-file V8 and cordova-android V12 the permission request was not displayed to the user witch lead to...

window.requestFileSystem has been removed/deprecated. Mention this. ### Platforms affected ### Motivation and Context ### Description ### Testing ### Checklist - [ ] I've run the tests to see all new...

# Bug Report ## Problem I'm using fileEntry.toLocalURL() to find where is placed a downloaded image, so I can show it to the user. I'm using this path as img...