breautek commented on issue #1791: URL: https://github.com/apache/cordova-android/issues/1791#issuecomment-2744179814
By using `AndroidInsecureFileModeEnabled` preference you're hosting your web app over the `file://` protocol, which means the webview is not using the WebViewAssetLoader (the thing that listens on `https://localhost`) `AndroidInsecureFileModeEnabled` is available for legacy reasons, in most cases you should not use it. Therefore I'd recommend removing 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: 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