天天看點

解決webview打開百度地圖空白問題

WebSettings中加入一下配置即可解決問題      
settings.setDomStorageEnabled(true);
settings.setBlockNetworkImage(false);
settings.setBlockNetworkLoads(false);