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

Commit 03bda59

Browse files
committed
Update README
1 parent e065adb commit 03bda59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Keyboard
22
======
33

4-
The `Keyboard` object on the `cordova.plugins` object provides functions to make interacting with the keyboard easier, and fires events to indicate that the keyboard will hide/show.
4+
The `cordova.plugins.Keyboard` object provides functions to make interacting with the keyboard easier, and fires events to indicate that the keyboard will hide/show.
55

66
cordova plugin add https://github.com/driftyco/ionic-plugins-keyboard.git
77

@@ -20,7 +20,7 @@ Properties
2020
Events
2121
--------
2222

23-
These events are fired on the document.
23+
These events are fired on the window.
2424

2525
- native.keyboardshow
2626
* A number `keyboardHeight` is given on the event object, which is the pixel height of the keyboard.

0 commit comments

Comments
 (0)