mirror of
https://github.com/apache/cordova-android.git
synced 2026-02-21 00:02:46 +08:00
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