DismissButtonStyle¶
Appearance of the in-app browser's Dismiss button. Shown as a text label before iOS 26, and as an icon on iOS 26 and later.
Kodster.InAppWebBrowser.iOS.DismissButtonStyle
Values¶
| Value | Description |
|---|---|
Done |
Label "Done"; checkmark icon on iOS 26+. Default. |
Close |
Label "Close"; X icon on iOS 26+. |
Cancel |
Label "Cancel"; X icon on iOS 26+. |