Welcome! › Forums › Unity Plugins › In-App Web Browser › Setting window insets ?? › Reply To: Setting window insets ??
June 18, 2019 at 12:25 pm
#1590
Piotr
Keymaster
Just add this line:
InAppBrowser.DisplayOptions options = new InAppBrowser.DisplayOptions();
Above options.insets = insets;