美文网首页
Android9.0 webview

Android9.0 webview

作者: FlatMap2021 | 来源:发表于2019-06-11 17:45 被阅读0次

由于从Android 9.0(API级别28)开始,系统内部默认禁用明文支持(也就是明面上不支持http),因此http的url均无法在webview中加载。(这种情况是针对9.0系统 webview打不开的情况)。在AndroidManifest.xml文件中的Application标签添加android:usesCleartextTraffic="true",

相关文章

网友评论

      本文标题:Android9.0 webview

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