chrome inspector, remote debugging no longer works properly on my mobile app

℡╲_俬逩灬. 提交于 2019-12-04 03:47:11

I have the same issue, it worked fine some months ago, but it is now broken.

As a workaround, I tried to disable screencast, restart the app and then restart devtools and it worked!

Hope this helps!

The real problem is the latest android webview. All the element selection and mouse click doesn't work in latest android webview.

So, uninstall the android webview from Google Play store.

Download the older android webview version around 60

install it via adb with -r flag

adb install -r "/path/to/apk/com.google.android.webview_60.0.3112.78.apk"

This is a workaround until it is fixed in the latest webview.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!