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

后端 未结 2 1167
伪装坚强ぢ
伪装坚强ぢ 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条回答
  •  萌比男神i
    2020-12-12 14:52

    Apparently:

    setLoadWithOverviewMode(true) loads the WebView completely zoomed out

    setUseWideViewPort(true) makes the Webview have a normal viewport (such as a normal desktop browser), while when false the webview will have a viewport constrained to its own dimensions (so if the webview is 50px*50px the viewport will be the same size)

提交回复
热议问题