WebView 调试

Posted on 2016-12-23 10:14  小小蜗牛灬  阅读(98)  评论(0编辑  收藏  举报
  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插件

Copyright © 2024 小小蜗牛灬
Powered by .NET 8.0 on Kubernetes