cordova-plugin-file
cordova-plugin-file copied to clipboard
Apache Cordova File Plugin
### Platforms affected Android ### Motivation and Context Fixes #425 Also required for #471 ### Description Removed deprecated ` Manual tests ### Checklist - [x] I've run the tests to...
# Bug Report gradle.extras fail with gradle 6.5 ## Problem When using gradle 6.5 to build a cordova Android app, the build crashes with the following error: > "A problem...
# Bug Report I have recently update cordova-android to 9 and also updated the File plugin and I am not able to select file or video from Google Drive. ##...
am creating a hybrid app with Angular 7, Ionic 4 and Cordova. I need to read a large file (> 1GB) located on Android file system but i am facing...
Critical Issue: not working with external sdcard on phones like Samsung A7, A20, Note8, Huawei etc
# Bug Report Critical Issue. Need a solution. Please help me guys. ## Problem This plugin works perfectly with internal storage. But on some of the smartphones like Samsung A7...
# Bug Report ## Problem When adding the plugin to the Cordova app, this one can't be compiled anymore ### What is expected to happen? create an OS X app...
fix(android, ios, windows) Handle multi-byte UTF-8 characters that cross a chunk boundary (CB-13570)
### Platforms affected Android, iOS, Windows. My organization hit this one in production in a highly visible (to the end user) setting. So I've gone ahead and fixed the 3...
# Bug Report ## Problem `getParent()` returns always the root directory instead of the parent directory. ### What is expected to happen? `getParent()` on directory `/documents/upload/foobar/` should return `/documents/upload/` ###...
### Platforms affected iOS tests ### Motivation and Context ### Description ### Testing ### Checklist - [ ] I've run the tests to see all new and existing tests pass...
# Bug Report ## Problem ### What is expected to happen? The (big) data is correctly written in the file. ### What does actually happen? The application crashes. ### 💡...