美文网首页
android webview调试相关

android webview调试相关

作者: ye_evan_ye | 来源:发表于2018-06-01 18:23 被阅读14次

    1,http://www.initlabs.com/projects/webview-app

      A tool for HTML5 and WebGL developers to quickly test performance of UIWebView vs WKWebView on an iPhone/iPad

    2,chrome调试android webview.

    https://developers.google.com/web/tools/chrome-devtools/remote-debugging/webviews?hl=zh-cn

    http://wiki.jikexueyuan.com/project/chrome-devtools/remote-debugging-on-android.html

    if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) {

        mWebView.getSettings().setMixedContentMode(WebSettings.MIXED_CONTENT_ALWAYS_ALLOW);

    }

    3,假数据服务

    https://easy-mock.com/

    4 CatLog - Logcat Reader!

    https://play.google.com/store/apps/details?id=com.nolanlawson.logcat&hl=en_US

    https://github.com/nolanlawson/Catlog   https://github.com/plusCubed/matlog   adb shell pm grant com.pluscubed.matloglibre android.permission.READ_LOGS

    https://github.com/tananaev/rootless-logcat

    相关文章

      网友评论

          本文标题:android webview调试相关

          本文链接:https://www.haomeiwen.com/subject/xxroxttx.html