BrowserLaunchMode
Namespace: Wisej.Hybrid.Shared.Browser
Assembly: Wisej.Hybrid
Launch type of the browser.
- C#
- VB.NET
public enum BrowserLaunchMode : Enum
Public Enum BrowserLaunchMode As [Enum]
Fields
| Name | Description |
|---|---|
| External | Use the default external launcher to open the browser outside of the app. |
| SystemPreferred | Launch the optimized system browser and stay inside of your application. Chrome Custom Tabs on Android and SFSafariViewController on iOS. |
Used By
| Name | Description |
|---|---|
| DeviceBrowser.Open | Opens the given url in the device's web browser. |
| BrowserLaunchOptions.LaunchMode | Gets or sets how the browser should be launched. |