http://3g.163.com/touch/article.html?from=search&docid=93TV85Q400964JJM
链接如下,用浏览器可以打开。但是用webview就不可以,设置都设置了
private void getSetting(WebView webview) {
webview.getSettings().setJavaScriptEnabled(true);
webview.getSettings().setAllowFileAccess(true);
webview.getSettings().setSaveFormData(false);
webview.getSettings().setSupportZoom(true);
webview.getSettings().setAppCacheEnabled(true);
webview.getSettings().setJavaScriptCanOpenWindowsAutomatically(true);
// webview.getSettings().setBlockNetworkImage(true);
}好像是js动态加载的问题,这个怎么搞啊,各种同学。有知道的吗。用别的浏览器都可以

解决方案 »

  1.   

    Resource interpreted as Script but transferred with MIME type text/html: "http://3g.163.com/touch/advertise/rndList/003406OG/0-1.html". 
    Resource interpreted as Script but transferred with MIME type text/html: "http://3g.163.com/touch/sitemap/main.html".
    Resource interpreted as Script but transferred with MIME type text/html: "http://www.163.com/inc/163new/youdao/tq_id_54511.html".