我正在尝试使用WebView制作应用程序,但该网站正在使用https,但内容(例如mp3文件)使用http,因此Android Lollipop将不会加载它,因为它是"混合内容".我试图使用onReceivedSslError handler.proceed();,但它没有加载任何东西.有办法解决吗?或者我可以只加载所有网站使用http,所以它没有显示任何错误?
https
http
onReceivedSslError
handler.proceed();
android webview android-webview
android ×1
android-webview ×1
webview ×1