cordova-plugin-file
cordova-plugin-file copied to clipboard
Apache Cordova File Plugin
# Bug Report ## Problem ### What is expected to happen? It should read file data and append after data:audio/mpeg;base64, this. ### What does actually happen? It returns only string:...
`- (NSString*) mimeTypeForFileAtPath: (NSString *) path` CFRelease(UTI), A CFType object to release. This value must not be NULL.
### Platforms affected Typescript type definitions only. No platform impacts. ### Motivation and Context Changes in libdom by the TypeScript project led to conflicting definitions with this plugin. This is...
### Platforms affected Electron ### Motivation and Context This is required so that cordova electron can have a working file plugin fixes #334 fixes #312 fixes #477 closes #371 closes...
# Bug Report ## Problem I am using Cordova 12.0 and I am creating cordova android 12 project API 33 on which I am trying to create text file and...
### Issue Type - [ ] Bug Report - [ ] Feature Request - [X] Support Question ## Description ## Information I'm using this plugin to save PDF files to...
### Platforms affected Android ### Motivation and Context Follow-up to #596 ### Description - Java code format by the IDE (IntelliJ IDEA / Android Studio) - log only with Cordova...
### Platforms affected Android ### Motivation and Context Follow-up to #608 and my comment with [question and analysis on it](https://github.com/apache/cordova-plugin-file/pull/608#pullrequestreview-1795612967). ### Description Revert `getWritePermission` to have consistent code for it....
### Platforms affected Android ### Motivation and Context Reading and writing to app dirs onto external SD cards works fine without any permission. Same was done for external media directories,...
# Bug Report ## Problem ### What is expected to happen? successful build ### What does actually happen? ``` Error: node_modules/cordova-plugin-file/types/index.d.ts:47:5 - error TS2687: All declarations of 'name' must have...