You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2020/03/11 16:18:09 UTC

[GitHub] [cordova-android] gonzalovinas opened a new issue #925: Debugging with Android Emulator and Chrome 80

gonzalovinas opened a new issue #925: Debugging with Android Emulator and Chrome 80 
URL: https://github.com/apache/cordova-android/issues/925
 
 
   Using Chrome latest version 80 or above devtools starts blank. It cannot be debugged. Should also be Android emulated Chrome be upgraded to 80? 

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[GitHub] [cordova-android] breautek closed issue #925: Debugging with Android Emulator and Chrome 80

Posted by GitBox <gi...@apache.org>.
breautek closed issue #925: Debugging with Android Emulator and Chrome 80 
URL: https://github.com/apache/cordova-android/issues/925
 
 
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[GitHub] [cordova-android] breautek commented on issue #925: Debugging with Android Emulator and Chrome 80

Posted by GitBox <gi...@apache.org>.
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org