Skip to content
This repository was archived by the owner on Apr 2, 2018. It is now read-only.

Commit cd71f61

Browse files
committed
more README updates
1 parent ef4dcb8 commit cd71f61

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Methods
99

1010
- Keyboard.resizeView
1111
- Keyboard.hideKeyboardAccessoryBar
12+
- Keyboard.close
13+
- Keyboard.disableScroll
1214

1315
Permissions
1416
-----------
@@ -23,7 +25,7 @@ Permissions
2325
Keyboard.resizeView
2426
=================
2527

26-
Shift the webview up by the specified offset amount.
28+
Shift the WebView up by the specified offset amount.
2729

2830
Keyboard.shrinkView(93.0);
2931

@@ -68,3 +70,14 @@ Supported Platforms
6870
- iOS
6971

7072

73+
Keyboard.disableScroll
74+
=================
75+
76+
Disable WebView scrolling when using Keyboard.resizeView
77+
78+
Keyboard.disableScroll();
79+
80+
Supported Platforms
81+
-------------------
82+
83+
- iOS

0 commit comments

Comments
 (0)