BrowserLaunchFlags Enum

Definition

Additional flags that can be set to control how the browser opens.

This enumeration supports a bitwise combination of its member values.

public enum class BrowserLaunchFlags
[System.Flags]
public enum BrowserLaunchFlags
[<System.Flags>]
type BrowserLaunchFlags = 
Public Enum BrowserLaunchFlags
Inheritance
BrowserLaunchFlags
Attributes

Fields

LaunchAdjacent 1

Only applicable to Android: launches a new activity adjacent to the current activity if available.

None 0

No additional flags. This is the default.

PresentAsFormSheet 4

Only applicable to iOS: launches the browser as a form sheet with the system preferred browser where supported.

PresentAsPageSheet 2

Only applicable to iOS: launches the browser as a page sheet with the system preferred browser where supported.

Applies to