CrandellWS
CrandellWS

Reputation: 2804

webview remote debugging console commands with android webview

So i got the remote debug system using chrome devtools to work...

The issue is I can not enter in any javascript commands to the console.

such as: alert('test');

it is like the enter button only gives new lines...

please help is there a setting I am missing?

Device update:

This happens regardless of the Android Device i am using...

I am using Chrome Version 86.0.4240.111 (Official Build) (64-bit) on Ubuntu 20.04.1 LTS

Upvotes: 0

Views: 584

Answers (1)

Milan Milicevic
Milan Milicevic

Reputation: 124

You should be able to interact with elements or any other staff normally as you would with web application, if your setup is correct. You can see this article how to setup webview debugging.

Upvotes: 1

Related Questions