Skip to main content

BrowserLaunchMode

Namespace: Wisej.Hybrid.Shared.Browser

Assembly: Wisej.Hybrid

Launch type of the browser.

public enum BrowserLaunchMode : Enum

Fields

NameDescription
ExternalUse the default external launcher to open the browser outside of the app.
SystemPreferredLaunch the optimized system browser and stay inside of your application. Chrome Custom Tabs on Android and SFSafariViewController on iOS.

Used By

NameDescription
DeviceBrowser.OpenOpens the given url in the device's web browser.
BrowserLaunchOptions.LaunchModeGets or sets how the browser should be launched.