apache / cordova-plugin-file-transfer

Apache Cordova File Transfer Plugin
https://cordova.apache.org/
Apache License 2.0
595 stars 888 forks source link

Can I still use this plugin for the latest Cordova? #288

Closed DesignerApparelSales closed 3 years ago

DesignerApparelSales commented 3 years ago

I heard this plugin got deprecated, But my app use

var fileTransfer = new FileTransfer(); var uri = encodeURI("http://some.server.com/download.php");

fileTransfer.download()

with no CORS problem. Can it still be use with cordova 10.0?

timbru31 commented 3 years ago

Yes, the current master works fine and we are preparing a new official release. No ETA though.

DesignerApparelSales commented 3 years ago

Yes, the current master works fine and we are preparing a new official release. No ETA though.

Cool! Can you also fix the CORS issue that use WKWebView in the new plugin, If that even possible.