Skip to content
This repository has been archived by the owner on Apr 29, 2021. It is now read-only.

Commit

Permalink
add isShowing function to Android SoftKeyBoard plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
naokazuterada committed Mar 26, 2012
1 parent 95cbca9 commit c7f2df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Android/SoftKeyboard/SoftKeyBoard.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ else if (action.equals("hide")) {
return new PluginResult(PluginResult.Status.OK);
}
else if (action.equals("isShowing")) {
return new PluginResult(PluginResult.Status.OK, this.isKeyBoardShowing());
}
else {
Expand Down

0 comments on commit c7f2df9

Please sign in to comment.