What do setUseWideViewPort() and setLoadWithOverviewMode() precisely do?

后端 未结 2 1163
伪装坚强ぢ
伪装坚强ぢ 2020-12-12 14:19

I am disappointed at the lack of documentation of WebView and related stuff.

(unless you think the following is propert documetation)

public v

2条回答
  •  天命终不由人
    2020-12-12 15:05

    If the setUseWideViewPort(true), it loads the WebView with the attributes defined in the meta tag of the webpage. So it scales the webpage as defined in the html.

提交回复
热议问题