PresentationStyle¶
Modal presentation style of the browser.
Kodster.InAppWebBrowser.iOS.PresentationStyle
Values¶
| Value | Description |
|---|---|
Automatic |
System default. |
FullScreen |
Covers the entire screen. |
PageSheet |
Presented as a page sheet that partially covers the underlying content. |
FormSheet |
Presented as a compact form sheet centered on the screen. |
OverFullScreen |
Covers the entire screen, extending behind the status bar. |