# WebDialogOpenParams

Parameters used in the open method

Availability
0.8
0.8
9.2.0
Extends
Object

NOTE

This is an abstract type. Any object of this structure can be used where this type is used.

# Properties

# barCollapsingEnabled

Availability
0.8
0.8
barCollapsingEnabled :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.

Default: true


# barColor

Availability
0.8
0.8
9.2.0
barColor :String

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


# dismissButtonStyle

Availability
0.8
dismissButtonStyle :Number

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


# entersReaderIfAvailable

Availability
0.8
entersReaderIfAvailable :Boolean

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


# intentFlags

Availability
0.8
intentFlags :Number

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


# tintColor

Availability
0.8
tintColor :String

The tint-color of the web dialog.


# title

Availability
0.8
title :String

The URL to be opened.


# url

Availability
0.8
0.8
9.2.0
url :String

The URL to be opened.