Android Question hide keyboard android 8+

ilan

Expert
Licensed User
Longtime User
i am trying to hide the keyboard using ime library but it's not working. any suggestions?
 

Pendrush

Well-Known Member
Licensed User
Longtime User
IME work fine in my apps on 8.1 without any problem. Tested on real device.

Edit:
You can try to add before or after IME call
B4X:
Sleep(100)
 
Last edited:
Upvote 0
Top