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 BrowserLaunchOptions

Not all settings apply to all operating systems. Check documentation for more information.

Constructors

Initializes a new instance of BrowserLaunchOptions.

Properties

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.

BrowserLaunchMode: Gets or sets how the browser should be launched.

The default value is SystemPreferred.

Nullable<Color>: Gets or sets the preferred color of the controls on the in-app browser.

This setting only applies to iOS.

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.

BrowserTitleMode: Gets or sets the preferred mode for the title display.

The default value is Default. This setting only applies to Android.

Last updated