Closed appsystemstaff closed 9 years ago
Hi, I added a test for this situation and was unable to replicate it on iOS or Android. Given your other issue (#29), I believe you have not set up a Content-Security-Policy for acceptable domains.
In a recent update this became mandatory. Since this plugin uses Cordova's FileTransfer plugin, it is subject to its rules.
You will need to add cordova-plugin-whitelist and set it up according to its README, then the plugin will work.
Hi,
Thanks.