如何从android中的webview中删除不需要的空格?

时间:2014-05-20 10:51:12

标签: android webview removing-whitespace

我正在使用Webview加载响应(包含HTML数据),但它会显示数据,其中包含多行和单行的不需要的空格。

我尝试使用

                    webView.loadDataWithBaseURL(null, comment_resp, "text/html", "utf-8", null);
                    webView.requestLayout();
                    webView.clearView();

使用上面的代码时,某些内容不会显示。也试过

        webView.setScrollBarSize(View.SCROLLBARS_INSIDE_OVERLAY);

enter image description here

0 个答案:

没有答案