BrowserLaunchOptions
Wisej.Hybrid.Shared.Browser.BrowserLaunchOptions
Namespace: Wisej.Hybrid.Shared.Browser
Assembly: Wisej.Hybrid (3.5.0.0)
Optional setting to open the browser with.
public class BrowserLaunchOptionsPublic Class BrowserLaunchOptionsNot all settings apply to all operating systems. Check documentation for more information.
Constructors
BrowserLaunchOptions()
Initializes a new instance of BrowserLaunchOptions.
Properties
Flags
BrowserLaunchFlags: Gets or sets additional launch flags that may or may not take effect based on the device and LaunchMode.
The default value is None. Not all flags work on all platforms, check the flag descriptions.
LaunchMode
BrowserLaunchMode: Gets or sets how the browser should be launched.
The default value is SystemPreferred.
PreferredControlColor
Nullable<Color>: Gets or sets the preferred color of the controls on the in-app browser.
This setting only applies to iOS.
PreferredToolbarColor
Nullable<Color>: Gets or sets the preferred color of the toolbar background of the in-app browser.
This setting only applies to iOS and Android.
TitleMode
BrowserTitleMode: Gets or sets the preferred mode for the title display.
The default value is Default. This setting only applies to Android.
Last updated