# WebDialogOpenParams
Parameters used in the open method
NOTE
This is an abstract type. Any object of this structure can be used where this type is used.
# Properties
# barCollapsingEnabled
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
barColor :String
The bar-color of the web dialog. For iOS, available on iOS 10 and later.
# dismissButtonStyle
dismissButtonStyle :Number
The dismiss-button-style of the web dialog close button. For iOS, this API is available on iOS 11 and later.
This API can be assigned the following constants:
# entersReaderIfAvailable
entersReaderIfAvailable :Boolean
Indicates if the reader version of content should be shown automatically.
# intentFlags
intentFlags :Number
Intent flags to be used for the Chrome Custom Tab, specified as a Bitwise-OR
This API can be assigned the following constants:
- Titanium.Android.FLAG_ACTIVITY_BROUGHT_TO_FRONT
- Titanium.Android.FLAG_ACTIVITY_CLEAR_TOP
- Titanium.Android.FLAG_ACTIVITY_CLEAR_WHEN_TASK_RESET
- Titanium.Android.FLAG_ACTIVITY_EXCLUDE_FROM_RECENTS
- Titanium.Android.FLAG_ACTIVITY_FORWARD_RESULT
- Titanium.Android.FLAG_ACTIVITY_LAUNCHED_FROM_HISTORY
- Titanium.Android.FLAG_ACTIVITY_MULTIPLE_TASK
- Titanium.Android.FLAG_ACTIVITY_NEW_TASK
- Titanium.Android.FLAG_ACTIVITY_NO_ANIMATION
- Titanium.Android.FLAG_ACTIVITY_NO_HISTORY
- Titanium.Android.FLAG_ACTIVITY_NO_USER_ACTION
- Titanium.Android.FLAG_ACTIVITY_PREVIOUS_IS_TOP
- Titanium.Android.FLAG_ACTIVITY_REORDER_TO_FRONT
- Titanium.Android.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED
- Titanium.Android.FLAG_ACTIVITY_SINGLE_TOP
- Titanium.Android.FLAG_DEBUG_LOG_RESOLUTION
- Titanium.Android.FLAG_FROM_BACKGROUND
- Titanium.Android.FLAG_GRANT_READ_URI_PERMISSION
- Titanium.Android.FLAG_GRANT_WRITE_URI_PERMISSION
- Titanium.Android.FLAG_RECEIVER_REGISTERED_ONLY
- Titanium.Android.FLAG_CANCEL_CURRENT
- Titanium.Android.FLAG_IMMUTABLE
- Titanium.Android.FLAG_MUTABLE
- Titanium.Android.FLAG_NO_CREATE
- Titanium.Android.FLAG_ONE_SHOT
- Titanium.Android.FLAG_UPDATE_CURRENT
- Titanium.Android.FLAG_AUTO_CANCEL
- Titanium.Android.FLAG_INSISTENT
- Titanium.Android.FLAG_NO_CLEAR
- Titanium.Android.FLAG_ONGOING_EVENT
- Titanium.Android.FLAG_ONLY_ALERT_ONCE
- Titanium.Android.FLAG_SHOW_LIGHTS