prasanta352 / kit-kat-emoji-test

0 stars 1 forks source link

test if keyboard shows up when the keyboard icon is clicked #1

Open prasanta352 opened 2 years ago

prasanta352 commented 2 years ago

Describe the bug requestFocus or setShowMode(AccessibleAbility.SHOW_MODE_AUTO) both call doesn't bring up the keyboard but the text focus cursor is showing maybe it is a bug on emulator

https://user-images.githubusercontent.com/32667365/143421761-b4f6ce29-1138-4080-bc9b-eb42921075f2.mp4

To Reproduce

  1. clone the repo
  2. run the app in emulator
  3. click on the "smiling face" icon to bring up the emoji keyboard
  4. click on the "keyboard" icon

Expected behaviour the device keyboard should show up

Additional context previously it was verified that

getWindow().setInputPanelDisplayType(INPUT_ADJUST_RESIZE);

which is for making the input go on top of the keyboard was working on real device but doesn't work on emulator

https://user-images.githubusercontent.com/32667365/143422641-698ca041-f456-4e55-8674-f845b794012b.mp4

so it may be a bug in the emulator please verify it on real device

kanaksony commented 2 years ago

Hello @prasanta352 , I have tested this app with the latest checked-in code on a real device and can confirm that the device keyboard doesn't shows show up after following the above-mentioned steps.

https://user-images.githubusercontent.com/6097596/143586336-35190156-7c6b-4e43-9d4b-8226a5684229.mp4

prasanta352 commented 2 years ago

image can you please check what happen when you click each button and text field the code is on https://github.com/prasanta352/kit-kat-emoji-test/tree/test-keyboard branch

prasanta352 commented 2 years ago

can you please re-verify if the image keyboard icon click opens up the device keyboard and the text input also stays on top of the device keyboard

the update code is in the master branch https://github.com/prasanta352/kit-kat-emoji-test/tree/master

kanaksony commented 2 years ago

PFA video with the latest code.

https://user-images.githubusercontent.com/6097596/144081585-3a9da26d-51b9-4712-a043-c9638cbe9863.mp4

.