Skip to main content

BrowserLaunchOptions

Namespace: Wisej.Hybrid.Shared.Browser

Assembly: Wisej.Hybrid

Optional setting to open the browser with.

public class BrowserLaunchOptions

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

Constructors

Instance memberBrowserLaunchOptions()

Initializes a new instance of BrowserLaunchOptions.

Properties

Instance memberFlags

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.

Instance memberLaunchMode

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

The default value is SystemPreferred.

Instance memberPreferredControlColor

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

This setting only applies to iOS.

Instance memberPreferredToolbarColor

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.

Instance memberTitleMode

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

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