toddmo
toddmo

Reputation: 22406

Inspect button not available for Chrome on remote device in Chrome developer tools

Problem

So I got my phone showing up as a device in Remote Devices in Chrome Developer tools.

enter image description here

but

More Information

Upvotes: 2

Views: 4276

Answers (2)

Martin Pham
Martin Pham

Reputation: 559

It could be related to WebView implementation. Please go to Settings > Developer options > Change WebView implementation to Chrome.

Upvotes: 1

Hakimuddin
Hakimuddin

Reputation: 90

There can be many things which could go wrong. Just check this things, Maybe can help you -

  • Update both chrome applications to the latest version (Android & Desktop)
  • check if you can debug simple websites opened in chrome, if thats the case, there must be something wrong with your build.
  • Confirm Turning on - Developer options, USB Debugging.

Upvotes: 1

Related Questions