Skip to content

Commit

Permalink
Apply automatic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cb1kenobi authored and github-actions[bot] committed May 13, 2024
1 parent 07b7000 commit 9da03cb
Showing 1 changed file with 66 additions and 0 deletions.
66 changes: 66 additions & 0 deletions docs/api/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -102876,6 +102876,54 @@
],
"type": "Number",
"permission": "read-only"
},
{
"name": "WEBVIEW_SCROLLBARS_DEFAULT",
"summary": "Show horizontal and vertical scrollbar in a Ti.UI.WebView.",
"platforms": [
{
"since": "12.3.0",
"name": "android"
}
],
"type": "Number",
"permission": "read-only"
},
{
"name": "WEBVIEW_SCROLLBARS_HIDE_VERTICAL",
"summary": "Hide vertical scrollbar in a Ti.UI.WebView.",
"platforms": [
{
"since": "12.3.0",
"name": "android"
}
],
"type": "Number",
"permission": "read-only"
},
{
"name": "WEBVIEW_SCROLLBARS_HIDE_HORIZONTAL",
"summary": "Hide horizontal scrollbar in a Ti.UI.WebView.",
"platforms": [
{
"since": "12.3.0",
"name": "android"
}
],
"type": "Number",
"permission": "read-only"
},
{
"name": "WEBVIEW_SCROLLBARS_HIDE_ALL",
"summary": "Hide all scrollbars in a Ti.UI.WebView.",
"platforms": [
{
"since": "12.3.0",
"name": "android"
}
],
"type": "Number",
"permission": "read-only"
}
]
},
Expand Down Expand Up @@ -226435,6 +226483,24 @@
"type": "Number",
"default": "undefined. Behaves as no zoom applied."
},
{
"name": "scrollbars",
"summary": "Enable or disable horizontal/vertical scrollbars in a WebView.",
"platforms": [
{
"since": "12.3.0",
"name": "android"
}
],
"type": "Number",
"default": "<Titanium.UI.Android.WEBVIEW_SCROLLBARS_DEFAULT>",
"constants": [
"Titanium.UI.Android.WEBVIEW_SCROLLBARS_DEFAULT",
"Titanium.UI.Android.WEBVIEW_SCROLLBARS_HIDE_VERTICAL",
"Titanium.UI.Android.WEBVIEW_SCROLLBARS_HIDE_HORIZONTAL",
"Titanium.UI.Android.WEBVIEW_SCROLLBARS_HIDE_ALL"
]
},
{
"name": "allowsBackForwardNavigationGestures",
"summary": "A Boolean value indicating whether horizontal swipe gestures will trigger back-forward list navigations.\n",
Expand Down

0 comments on commit 9da03cb

Please sign in to comment.