WebView 调试

  if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT) {
            WebView.setWebContentsDebuggingEnabled(true);
        }

4.4以上的手机才可以调试 
 
https://chrome.google.com/webstore/category/extensions?utm_source=chrome-app-launcher-info-dialog  chrome插件商店 下载 Inspect Device插件
原文地址:https://www.cnblogs.com/xxwn/p/6213789.html