Android Question UltimateWebView2: viewport, width

peacemaker

Expert
Licensed User
Longtime User
Hi, All and @Ivica Golubovic
I have found that the same web-site looks different in UltimateWebView2 and WebView + WebViewExtras2 + WebViewSettings.

UWB2, unfortunately, shows the web-page a bit narrower, with scrolling, the table on the screenshot is not fully visible.
wv.Settings.UseWideViewPort = True is used, sure.

wv.ZoomBy and wv.InitialScale - no any changes.

If to zoom-out manually by fingers - whole table zoomed out to the full correct view.

How to solve initial zoom?
 

Attachments

  • TempDownload.png
    TempDownload.png
    138.1 KB · Views: 36
Last edited:

peacemaker

Expert
Licensed User
Longtime User
Stop! Solved by wv.InitialScale = 1 before URL loading start.
 
Last edited:
Upvote 0
Top