Skip to content

Modules.WebDialog.WebDialogOpenParams

Parameters used in the Modules.WebDialog.open method

Properties #

barCollapsingEnabled#

Type: Boolean

Indicates if the web dialog should enable collapsing of the navigation
bar and hiding of the bottom toolbar when the user scrolls web content.
For iOS, this API is available on iOS 11 and later.

barColor#

Type: String

The bar-color of the web dialog. For iOS, available on iOS 10 and later.

dismissButtonStyle#

Type: Number

The dismiss-button-style of the web dialog close button.
For iOS, this API is available on iOS 11 and later.

entersReaderIfAvailable#

Type: Boolean

Indicates if the reader version of content should be shown automatically.

intentFlags#

Type: Number

Intent flags to be used for the Chrome Custom Tab, specified as a Bitwise-OR

tintColor#

Type: String

The tint-color of the web dialog.

url#

Type: String

The URL to be opened.

Titanium SDK Documentation