breautek commented on issue #1509: URL: https://github.com/apache/cordova-android/issues/1509#issuecomment-1280058913
`AndroidInsecureFileModeEnabled` flag disables the internal WebviewAssetLoader` which powers the http/s scheme. So yes this is intentional. You can either use file protocol or not. The API doesn't allow both at the same time. Cordova plugin file 7 offers a way to get a special http url for files saved using the file plugin, which may be want you want. -- 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]
