Interface: SafariWebViewOptions
Properties
dismissButtonStyle
• Optional
dismissButtonStyle: "cancel"
| "close"
| "done"
Configures the label of the dismiss button ("done", "close", or "cancel"). Defaults to "Done".
preferredBarTintColor
• Optional
preferredBarTintColor: string
The color to tint the background of the navigation bar and the toolbar. Must be in hex (#000000) format.
preferredControlTintColor
• Optional
preferredControlTintColor: string
The color to tint the control buttons on the navigation bar and the toolbar. Must be in hex (#000000) format.