Android中Webview底部的额外空白问题

时间:2014-08-21 13:01:51

标签: android html webview

我正在使用Webview来显示HTML数据。有时,它工作正常但大部分时间都在Extra White Space的底部显示Webview

它可能是重复的帖子,来源:Problem with extra space at the bottom of android Webview

我按照帖子尝试了同样的事情,但在我的情况下它不起作用。

String s="<head><meta name='viewport' content='target-densityDpi=device-dpi'/></head>";            
webview.loadDataWithBaseURL(null,s + htmlContent,"text/html" , "utf-8",null);

如何防止此问题???

检查下图: enter image description here

0 个答案:

没有答案