WebBrowserSettings¶
Describes web browser settings
WebBrowserSettings(
open_external_browser: Bool,
external_exceptions: list of WebDomainException,
in_app_exceptions: list of WebDomainException,
display_close_button: Bool
) → WebBrowserSettings
open_external_browser¶
Bool
True, if links are opened in an external browser by default
external_exceptions¶
list of WebDomainException
The list of websites which must always be opened in an external browser
in_app_exceptions¶
list of WebDomainException
The list of websites which must always be opened in the in-app browser
display_close_button¶
Bool
True, if a close button must be shown in the in-app browser; for Android app only