kryops opened a new issue, #339: URL: https://github.com/apache/cordova-plugin-file-transfer/issues/339
Hi there, the new release 7.0.0 of `cordova-plugin-file` changed the format of URLs generated via `file.toURL()` and `file.toInternalURL()` from `cdvfile://localhost/persistent/...` to `https://localhost/__cdvfile_persistent__/...` on Android. This plugin does not seem to be able to handle them yet. As a workaround, I am currently using `file.nativeURL`, which seems to work quite well. Thanks for looking into it! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
