breautek commented on issue #925: Debugging with Android Emulator and Chrome 80 URL: https://github.com/apache/cordova-android/issues/925#issuecomment-597933378 Cordova doesn't control what version of chrome it uses. It simply just uses the android webview, which as of android 4.4, it happens to be chrome (on all devices that I know of). Modern devices the webview can be updated independently, so the version of the chrome webview that is available really depends on whether the user decides to update their device. This is unfortunately something completely out of Cordova's control. If there is truely a problem with chrome 80 unable to remote debug android webviews, I'd consider opening a bug ticket in the chromium project. Downgrading, an [archived chromium](https://www.chromium.org/getting-involved/download-chromium) version for using the devtools may also be a workaround in the meantime. See "Downloading old builds of Chrome/Chromium".
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
