oracle / cordova-plugin-wkwebview-file-xhr

Cordova Plugin for WebView File XHR
Universal Permissive License v1.0
138 stars 120 forks source link

downloading to iPhones general downloads folder? #90

Open rolinger opened 1 year ago

rolinger commented 1 year ago

I have been hunting for a method that will allow me to download files to the users general Downloads folder that can be accessed by the iPhones default Files app. Using cordova-plugin-file and cordova-plugin-file-transfer I have gotten the files to download, but those two paths are sub-folders in side my apps root path. Which means that even though my app can see the files, the user has no way of getting to them.

I came across this plugin and before going through all the trouble of installing and coding I would like to know if this plugin can resolve my issue on iOS. Can this plugin be used to download files to the public Downloads folder that the user can then see and access?