Skip to content
This repository was archived by the owner on Sep 15, 2021. It is now read-only.

Commit fd5b484

Browse files
committed
Adds show method
1 parent 32c4c02 commit fd5b484

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/plugins/keyboard.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ angular.module('ngCordova.plugins.keyboard', [])
3333
return cordova.plugins.Keyboard.close();
3434
},
3535

36+
show: function () {
37+
return cordova.plugins.Keyboard.show();
38+
},
39+
3640
disableScroll: function (bool) {
3741
return cordova.plugins.Keyboard.disableScroll(bool);
3842
},

0 commit comments

Comments
 (0)