android webview调试相关
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,假数据服务
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