How to debug webview remotely?

后端 未结 6 1275
别跟我提以往
别跟我提以往 2021-02-03 22:48

How can I do debug/inspect element of apk webview.
I have tried this but it is helpful only for chrome not for apk.

Please suggest me

6条回答
  •  猫巷女王i
    2021-02-03 23:20

    In react-native-webview they give an explanation for both IOS and Android.

    https://github.com/react-native-community/react-native-webview/blob/master/docs/Debugging.md

    Helped me on IOS.

提交回复
热议问题