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.

[System.Flags]
public enum BrowserLaunchFlags
Inheritance
BrowserLaunchFlags
Attributes

Fields

LaunchAdjacent 1

On Android to launch the new activity adjacent to the current one if available.

None 0

No additional flags. This is the default.

PresentAsFormSheet 4

On iOS to launch the browser as a form sheet with system preferred browser where supported.

PresentAsPageSheet 2

On iOS to launch the browser as a page sheet with system preferred browser where supported.

Applies to