forked from github/cordova-android
Changing to use JS directly. There are issues with this approach, and it should use the KeyboardHandler
This commit is contained in:
@@ -19,7 +19,6 @@ public class KeyboardHandler extends Plugin {
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onMessage(String id, Object data)
|
||||
{
|
||||
if(id.equals("keyboardHidden"))
|
||||
|
||||
Reference in New Issue
Block a user