0
votes

I'm trying inspect my web view app in android emulator. Chrome lists the app in chrome://inspect but it doesn't shows nothing when I press the Inspect link. Inspector does not work with any app o browser, Inspector works fine in my real device.

I'm Mac user. The emulator debug settings is on. Any idea?? enter image description here enter image description here

1

1 Answers

0
votes

Have you open the debug in your code?

webView.setWebContentsDebuggingEnabled(true);