Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ga committed May 8, 2024
1 parent 02f5955 commit 4c7e8f8
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
28 changes: 28 additions & 0 deletions apidoc/Titanium/UI/Android/Android.yml
Expand Up @@ -957,6 +957,34 @@ properties:
platforms: [android]
since: "12.1.0"

- name: WEBVIEW_SCROLLBARS_DEFAULT
summary: Show horizontal and vertical scrollbar in a Ti.UI.WebView.
type: Number
permission: read-only
platforms: [android]
since: "12.3.0"

- name: WEBVIEW_SCROLLBARS_HIDE_VERTICAL
summary: Hide vertical scrollbar in a Ti.UI.WebView.
type: Number
permission: read-only
platforms: [android]
since: "12.3.0"

- name: WEBVIEW_SCROLLBARS_HIDE_HORIZONTAL
summary: Hide horizontal scrollbar in a Ti.UI.WebView.
type: Number
permission: read-only
platforms: [android]
since: "12.3.0"

- name: WEBVIEW_SCROLLBARS_HIDE_ALL
summary: Hide all scrollbars in a Ti.UI.WebView.
type: Number
permission: read-only
platforms: [android]
since: "12.3.0"

examples:
- title: Android Preferences Example
example: |
Expand Down
8 changes: 8 additions & 0 deletions apidoc/Titanium/UI/WebView.yml
Expand Up @@ -1130,6 +1130,14 @@ properties:
platforms: [android, iphone, ipad, macos]
since: {android: "7.3.0", iphone: "7.3.0", ipad: "7.3.0", macos: "9.2.0"}

- name: scrollbars
summary: Enable or disable horizontal/vertical scrollbars in a WebView.
type: Number
constants: Titanium.UI.Android.WEBVIEW_SCROLLBARS_*
platforms: [android]
since: "12.3.0"
default: <Titanium.UI.Android.WEBVIEW_SCROLLBARS_DEFAULT>

- name: allowsBackForwardNavigationGestures
summary: |
A Boolean value indicating whether horizontal swipe gestures will trigger back-forward list navigations.
Expand Down

0 comments on commit 4c7e8f8

Please sign in to comment.