Skip to content

Commit

Permalink
adjusted margins.
Browse files Browse the repository at this point in the history
  • Loading branch information
KojiNakamaru committed Nov 16, 2024
1 parent d847a95 commit d8b69d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample/Assets/Scripts/SampleWebView.cs
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ IEnumerator Start()

//webViewObject.SetScrollbarsVisibility(true);

webViewObject.SetMargins(5, 100, 5, Screen.height / 4);
webViewObject.SetMargins(0, 0, 0, 0);
webViewObject.SetTextZoom(100); // android only. cf. https://stackoverflow.com/questions/21647641/android-webview-set-font-size-system-default/47017410#47017410
webViewObject.SetVisibility(true);

Expand Down

0 comments on commit d8b69d6

Please sign in to comment.