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 Cannot write date and time on the file ## Problem var n = "data_"+new Date().toLocaleDateString()+"_"+new Date().toLocaleTimeString()+".csv" it works perfect but gives error on Ionic when you write...

### Platforms affected Android ### What does this PR do? Adding consistency with IOS method which return bytes and Android return KB. Now both method return the same unit of...

enhancement
platform: android
platform: ios

Currently if you load a remote https page (on domain xxx.com) on the ios webview then `cdvfile://...` urls requested from that page for active content such as js and css...

enhancement
platform: ios

# Bug Report ## Problem On iOS, the copyTo command is throwing a path exists error when trying to call copyTo that overwrites an existing file ### What is expected...

While developing I run my app on an Android device. The app is served from a network url using cordova-plugin-webpack LiveReload (HMR) feature. I've successfully implemented a download mechanism of...

platform: android
help wanted

Usage of malloc will lead to heap overflow attack due to insecure coding, Should be usage calloc!

Regarding 6.0.2 # Feature Request Document this plugin's relationship to the mandatory *-info-plist options for iOS builds. It is necessary to manually adjust build options for an iOS target in...

I have a use case where I want to convert the cordova File object to a native File object. This is needed in order to submit a multipart request to...

enhancement

Chrome with browser platform is asking for user permission at cordova start, for example : ![image](https://user-images.githubusercontent.com/139160/45829310-f00c8b80-bcfa-11e8-95d3-5f8c5e8f9bfb.png) I don't want to store any file with cordova-plugin-file on browser platform so it...

enhancement
platform: browser

# Bug Report ## Problem I record audio with Cordova-plugin-media and try to save it with Cordova-plugin-file. On real device (from TestFlight) it works correctly, but I need to run...