cordova-plugin-file
cordova-plugin-file copied to clipboard
Apache Cordova File Plugin
### Platforms affected iOS ### Motivation and Context #631 ### Description Replace deprecated properties ### Testing Expect GitHub Actions test suite to pass as before ### Checklist - [x] I've...
# Bug Report ## Problem ### What is expected to happen? Not to see deprecation warnings for iOS 9.0 ### What does actually happen? The following deprecation warnings appear in...
Promises
# Feature Request I want to add Promise functionality to this plugin and have some questions. From my point, Promises are save to add natively, because: - For Android the...
# Bug Report ## Problem I got this error when trying to write a binary string into file. ```javascript this._realReader.readAsArrayBuffer is not a function. (In 'this._realReader.readAsArrayBuffer(file)', 'this._realReader.readAsArrayBuffer' is undefined) ```...
> If a file:// path is desired for native interactions, then the entry.nativeURL will always return a file:// path on iOS. > > Thanks a lot @breautek, this worked for...
On app startup, I am using the following code to check if an app directory exists and if not create it. It has worked fine forever - but on one...
Remove deprecated windows and OS X platforms, also remove some blackberry leftovers.