yume-chan / ya-webadb

ADB in your browser
https://tangoapp.dev/
MIT License
2.24k stars 298 forks source link

Chrome Remote Debugging 未展示WebView #562

Closed jiangyitao closed 1 year ago

jiangyitao commented 1 year ago

Issue Checklist

Runtime

latest

Device

不相关

Describe the bug

使用chrome://inspect/展示如图

image

webview格式一般为@webview_devtoolsremote{pid}

image

Steps to reproduce

附一个测试webview的apk: https://github.com/appium/android-apidemos/releases

views -> 滚到底部 -> WebView / WebView2

parkerlreed commented 1 year ago

According to the wording, only WebViews with debugging enabled will show up.

It is likely the WebView exposed by the test application does not have this enabled.

Using your test I also see nothing show up in remote debugging.

Opening a link on Android into the basic Chrome WebView container does show up.