lorenzodallavecchia commented on PR #629: URL: https://github.com/apache/cordova-plugin-file/pull/629#issuecomment-2416216825
I have been doing some manual tests on these changes. All looks good except for one thing that we may have overlooked. If an application is built with the `AndroidInsecureFileModeEnabled` option set to `true` in config.xml, the `toURL` method returns the `content://` URL which is not accessible directly from WebView as @breautek found out (see [apache/cordova-plugin-camera#889)](https://github.com/apache/cordova-plugin-camera/pull/889#issuecomment-2233226006)). Is there a way to have this working with `AndroidInsecureFileModeEnabled`? In my case, I could just disable that flag, which I probably added as a temporary solution for a long-gone problem. -- 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: issues-unsubscr...@cordova.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org