if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT) {
WebView.setWebContentsDebuggingEnabled(true);
}
4.4以上的手机才可以调试
WebView.setWebContentsDebuggingEnabled(true);
}
4.4以上的手机才可以调试
https://chrome.google.com/webstore/category/extensions?utm_source=chrome-app-launcher-info-dialog chrome插件商店 下载 Inspect Device插件