Open prasanta352 opened 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
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
can you please re-verify if the 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
PFA video with the latest code.
https://user-images.githubusercontent.com/6097596/144081585-3a9da26d-51b9-4712-a043-c9638cbe9863.mp4
.
Describe the bug
requestFocus
orsetShowMode(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 emulatorhttps://user-images.githubusercontent.com/32667365/143421761-b4f6ce29-1138-4080-bc9b-eb42921075f2.mp4
To Reproduce
Expected behaviour the device keyboard should show up
Additional context previously it was verified that
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