package cordova-plugin-inappbrowser

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type target =
  1. | Self
  2. | Blank
  3. | System
type presentation_style
val presentation_pagesheet : presentation_style
val presentation_formsheet : presentation_style
val presentation_fullscreen : presentation_style
type transition_style
val transition_flip : transition_style
val transition_cross : transition_style
val transition_cover : transition_style
type toolbar_position
val toolbar_top : toolbar_position
val toolbar_bottom : toolbar_position
type options
val location : bool -> options
val hidden : bool -> options
val ai_clear_cache : bool -> options
val ai_clear_session_cache : bool -> options
val ai_media_playback_require_user_action : bool -> options
val a_zoom : bool -> options
val a_hardware_back : bool -> options
val i_close_button_caption : bool -> options
val i_disallow_overscroll : bool -> options
val i_toolbar : bool -> options
val i_enable_viewport_scale : bool -> options
val i_allow_inline_media_player : bool -> options
val i_keyboard_display_require_user_action : bool -> options
val i_suppresses_incremental_rendering : bool -> options
val i_presentation_style : presentation_style -> options
val i_transition_style : transition_style -> options
val i_toolbar_position : toolbar_position -> options
val w_fullscreen : bool -> options
val options_list_to_str : options list -> string
val open_ : string -> target -> string -> unit