How to debug javascript in webview in android

后端 未结 7 1357
深忆病人
深忆病人 2020-12-24 01:30

I have a webview that works fine on iOS, but not Android. Is there a tool where I can connect to Android webview in browser and debug it using firefox or webkit console? Cu

7条回答
  •  轮回少年
    2020-12-24 02:32

    If you a searching for a solution to debug your javascript code which runs inside a webview, then take a look at jsHybugger - an JavaScript/HTML5/CSS debugger for Android webviews.

    http://www.jsHybugger.org

提交回复
热议问题