0
文字的WebView我加載在網頁的URL查看其成功加載,但在網頁中所有的文字出現了框。獲取框而不是在android系統
webview = (WebView) findViewById(R.id.webview);
webview.getSettings().setJavaScriptEnabled(true);
webview.loadUrl(url);
webview.getSettings().setBuiltInZoomControls(true);
箱意味着它顯示爲正方形 的語言是不同的不是英語,我怎麼可以顯示在網頁視圖。
你是什麼意思「盒子」? –
你想要達到什麼?詳細地給出代碼.. – Piyush
確保你的頁面編碼是正確的。 http://www.w3.org/International/questions/qa-html-encoding-declarations –