cordova-plugin-file
cordova-plugin-file copied to clipboard
Apache Cordova File Plugin
# Bug Report Hi Cordova team, I'm not sure if it's a bug or if I misunderstood [the documentation](https://cordova.apache.org/docs/en/11.x/reference/cordova-plugin-file/#ios-file-system-layout) about `cordova-plugin-file` so any help/advices would be very appreciated (I'm targeting/working...
## Problem directoryReader.readEntries() does not return all existing entries ### What is expected to happen? To receive an array containing entries for all existing directories and files regarding of their...
_Originally posted by @breautek in https://github.com/apache/cordova-plugin-file/issues/426#issuecomment-1386050453_ @breautek why reading a file with this plugin needs to be so painful ;) ? Can't we have a shortcut, such as in NodeJS,...
### Platforms affected Android ### Motivation and Context The problem is that subfiles and folders cannot be listed via the assetManager.list function if the folder name has special characters like...
# Bug Report ## Problem ### What is expected to happen? ### What does actually happen? ## Information ### Command or Code ### Environment, Platform, Device ### Version information ##...
# Feature Request ## Motivation Behind Feature There are many cases that there is a need to access files and directories of the main app target from another target (extension)....
# Bug Report ## Problem I'm encountering an issue with the cordova-plugin-file plugin in iOS when trying to download and save a PDF file from an API response. The plugin...
# Bug Report ## Problem cordova.file.applicationDirectory returns an "http://" URL instead of a "file://" one. Therefore I am unable to list files inside a directory with window.resolveLocalFileSystemURL. ### What is...
Versions: • iOS Version: 17.5.1 • Cordova Version: 12.0.0 ([email protected]) • Cordova Plugin File Version: 8.1.0 Description: I am experiencing an issue with downloading and accessing media files on iOS...
### Platforms affected Android ### Motivation and Context Improves support for the webview asset loader Path handling for easier DOM access, especially for `content://` urls. ### Description There are 3...