我正在使用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);
如何防止此问题???
检查下图: