Chrome://inspect Devices option not showing devices after Chrome upgrade

Viewed 11

I was happily debugging some javascript code used in my Flutter Webview project, but it stopped working yesterday.

I do execute

if (Platform.isAndroid) {
  await AndroidInAppWebViewController.setWebContentsDebuggingEnabled(true);
 }

in main.dart.

Dev platform is Mac/M1 chip with Monterey Version 12.5.1, running Android Studio Chipmunk/2021.2.1 Patch 2

I don't think it is Flutter related as I tried also with a strictly Android project and it has same problem.

It does look like Chrome was recently updated. I now have 'Version 105.0.5195.125 (Official Build) (arm64)'.

Anyone else have this problem using this version of Chrome?

0 Answers
Related