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 Android webview cannot display `` with src="`https://localhost/__cdvfile_content__/...`" ### What is expected to happen? Android webview should display `` with src="`https://localhost/__cdvfile_content__/...`" ### What does actually happen?...

# Bug Report ## Problem Many of this plugin classes are overriding Javascript native classes instead of implements them properly ### What is expected to happen? Plugin Blob, File, ArrayBuffer,...

# Feature Request ## Motivation Behind Feature I run a distributed ticketing app on a few Android devices, some of which have a built-in printer. All the app persistence (sessions...

# Bug Report using listdir in ionic capacitor project gives me no albums on ios also i am not able to get any photos from albums in iphone local photos...

# Bug Report ## Problem See test application: https://github.com/vldmrrr/cordova-plugin-grant-fs-access ### What is expected to happen? The call to resolveLocalFileSystemURL with content:// URI returned by plugin from ACTION_OPEN_DOCUMENT_TREE intent is expected...

# Bug Report ### What is expected to happen? The FileReader should read a file correctly. ### What does actually happen? FileReader returns null ## Information Today i noticed a...

# Bug Report Trying to write to localStorage is breaking on Android with Cordova 11.1.0 (cordova-android 11) ## Problem I am using plugin `cordova-plugin-file-downloader` which is essentially a wrapper for...

# Bug Report I need to ensure that Google Drive does not present a problem; I cannot get any logs from Android Studio to identify why the crash occurs or...

This patch enables rudimentary support to set the NSFileProtectionKey property with FileEntry.setMetadata() on iOS. It passes the property value directly to NSFileManager so use the exact NSFileProtection... constants as values.

enhancement
platform: ios

# Bug Report ## Problem FileReader.onloadend event of the plugin **Cordova-plugin-file** is not getting triggered for Android device ### What is expected to happen? FileReader.onloadend event of the plugin `cordova-plugin-file`...

Requires Triage