CrosswalkDemo icon indicating copy to clipboard operation
CrosswalkDemo copied to clipboard

No Soft keyboard in kitkat?

Open seiferteric opened this issue 8 years ago • 0 comments

In the emulator, I run the app with API 19 on three different emulated devices (Nexus 5X and Galaxay Nexus and Nexus S) and none of them show the keyboard when I click on a text box on a web page. Above API 19, it seems to work as expected.

Is there something I am missing?

I see these messages when I click the text input in the android monitor log:

08-15 19:31:23.540 2243-2243/com.calendri.calendriandroid D/cr_Ime: [InputMethodManagerWrapper.java:42] restartInput
08-15 19:31:23.540 2243-2243/com.calendri.calendriandroid D/cr_Ime: [InputMethodManagerWrapper.java:50] showSoftInput
08-15 19:31:23.540 2243-2243/com.calendri.calendriandroid D/cr_Ime: [InputMethodManagerWrapper.java:77] updateSelection: SEL [0, 0], COM [-1, -1]

seiferteric avatar Aug 15 '16 23:08 seiferteric