ionic-plugin-keyboard
Advanced tools
Comparing version 2.2.0 to 2.2.1
{ | ||
"name": "ionic-plugin-keyboard", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"cordova": { | ||
@@ -5,0 +5,0 @@ "id": "ionic-plugin-keyboard", |
@@ -89,3 +89,3 @@ Keyboard | ||
This event fires when the keyboard will be shown | ||
This event fires when the keyboard will be shown or when the keyboard frame resizes (when switching between keyboards for example) | ||
@@ -92,0 +92,0 @@ window.addEventListener('native.keyboardshow', keyboardShowHandler); |
@@ -15,3 +15,3 @@ | ||
Keyboard.close = function() { | ||
Keyboard.close = function() { | ||
exec(null, null, "Keyboard", "close", []); | ||
@@ -18,0 +18,0 @@ }; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
5046428
333