breautek edited a comment on issue #1142: URL: https://github.com/apache/cordova-android/issues/1142#issuecomment-742936406
JavaScript modules is not suppose to work at all because of additional security... > You need to pay attention to local testing — if you try to load the HTML file locally (i.e. with a file:// URL), you'll run into CORS errors due to JavaScript module security requirements. You need to do your testing through a server. - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules#Other_differences_between_modules_and_standard_scripts So I'm surprised that Google Pixel 3 / Android 11 is actually working and that might be a webview bug in itself. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
