BrowserLaunchFlags Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
-
System.EnumBrowserLaunchFlags
- Attributes
-
System.FlagsAttribute
Fields
Name | Value | Description |
---|---|---|
None | 0 | No additional flags. This is the default. |
LaunchAdjacent | 1 | On Android to launch the new activity adjacent to the current one if available. |
PresentAsPageSheet | 2 | On iOS to launch the browser as a page sheet with system preferred browser where supported. |
PresentAsFormSheet | 4 | On iOS to launch the browser as a form sheet with system preferred browser where supported. |