2013-11-25 35 views
0

文字的WebView我加载在网页的URL查看其成功加载,但在网页中所有的文字出现了框。获取框而不是在android系统

webview = (WebView) findViewById(R.id.webview);  
webview.getSettings().setJavaScriptEnabled(true); 
webview.loadUrl(url); 
webview.getSettings().setBuiltInZoomControls(true); 

箱意味着它显示为正方形 的语言是不同的不是英语,我怎么可以显示在网页视图。

+1

你是什么意思“盒子”? –

+0

你想要达到什么?详细地给出代码.. – Piyush

+0

确保你的页面编码是正确的。 http://www.w3.org/International/questions/qa-html-encoding-declarations –

回答