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

### Platforms affected n/a ### Motivation and Context Sync the GH Action Workflow with match with cordova-paramedic (source of truth) ### Description Copy over Android & iOS CI Workflow configs...

### Platforms affected Android ### Motivation and Context This solves issue https://github.com/apache/cordova-plugin-file/issues/525 which is a serious problem. Closes apache/cordova-plugin-file#525 ### Description This implements the fix described in https://github.com/apache/cordova-plugin-file/issues/525#issue-1265882820 ### Testing...

bug
platform: android

### Platforms affected Android ### Motivation and Context From Android 10 onwards it was very difficult to download due to permissions. The downloads folder has permission to access. ### Description...

# Bug Report ## Problem resolveLocalFileSystemURL a content uri get FileError  ### What is expected to happen? ```javascript const uri = 'content://com.android.providers.media.documents/document/image%3A189210'; // or // const uri = 'https://localhost/__cdvfile_content__/com.android.providers.media.documents/document/image%3A189210'; window.resolveLocalFileSystemURL(uri,...

bug
platform: android

# 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 ## iOS Source code shows many deprecations ### What is expected to happen? Deprecation warnings should be removed as it can affect the Appstore submission. ### What...

info-needed

### Platforms affected None ### Motivation and Context * Rebuilt `package-lock.json`. * Remove possible dependabot PRs. ### Description Ran `npm install` to rebuild package-lock.json ### Testing N/A ### Checklist -...

# Feature Request ## Motivation Behind Feature ## Feature Description ## Alternatives or Workarounds

When loading the app from remote server, loading fonts from assets will be denied due to the CORS violation. This change adds Access-Control-Allow-Origin to the local response to prevent it...

Access to known user folders: documentsDirectory: Documents, picturesDirectory: Pictures, musicDirectory: Music, videoDirectory: Videos ### Platforms affected Windows ### What does this PR do? Add support for known folders. Essential feature...

enhancement
platform: windows