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

Commit 15c1206

Browse files
committed
Make it clearer that Keyboard is on cordova.plugins
1 parent 28ef86c commit 15c1206

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ Keyboard.hideKeyboardAccessoryBar
3838

3939
Hide the keyboard accessory bar with the next, previous and done buttons.
4040

41-
Keyboard.hideKeyboardAccessoryBar(true);
42-
Keyboard.hideKeyboardAccessoryBar(false);
41+
cordova.plugins.Keyboard.hideKeyboardAccessoryBar(true);
42+
cordova.plugins.Keyboard.hideKeyboardAccessoryBar(false);
4343

4444
Supported Platforms
4545
-------------------
@@ -52,7 +52,7 @@ Keyboard.close
5252

5353
Close the keyboard if it is open.
5454

55-
Keyboard.close();
55+
cordova.plugins.Keyboard.close();
5656

5757
Supported Platforms
5858
-------------------
@@ -65,7 +65,7 @@ Keyboard.disableScroll
6565

6666
Disable native scrolling, useful if you are using JavaScript to scroll
6767

68-
Keyboard.disableScroll();
68+
cordova.plugins.Keyboard.disableScroll();
6969

7070
Supported Platforms
7171
-------------------

0 commit comments

Comments
 (0)