在WebView设置打开调试模式。
public void openWebViewDebug() {
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT) {
this.setWebContentsDebuggingEnabled(true);
}
}
建议在Debug模式打开。
在WebView设置打开调试模式。
public void openWebViewDebug() {
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT) {
this.setWebContentsDebuggingEnabled(true);
}
}
建议在Debug模式打开。
本文链接:https://maomao.ink/index.php/IT/1598.html
版权声明:文学类不允许转载,IT类转载请注明文章原始出处 !
一般在app中调试web页面有很多种方法。
比较常用的有vconsole 可以查看网络请求