webView在5.0以上手机加载网页不显示图片

if (Build.VERSION.SDK_INT > Build.VERSION_CODES.LOLLIPOP) {
    webSettings.setMixedContentMode(WebSettings.MIXED_CONTENT_ALWAYS_ALLOW);
}

猜你喜欢

转载自blog.csdn.net/yxl123546/article/details/76204972
今日推荐