我测试一个 app,用 chrome://inspect 发现在真机时其 webview 的版本是 57(跟 android system webview 版本不一样),而在模拟器上它的 webview 版本是 42(跟 android system webview 版本一样)。
另外,在我的手机真机(系统为 CM 13,android 6.0.1)上,有一个 android system webview(其内核版本为 41),手机里没有安装 chrome 浏览器,用 chrome://inspect 系统自带的浏览器(其 webview 内核版本为 42),然后测试 app 的 webview 内核版本为 57。
这是为什么呢?
还请大家给解解惑!