Hi, I have an application that has been running for many years on many clients and android of almost all versions.
Now, a client has a tablet with android 11 and the problem has arisen that when entering the "EditText" it does not show the keyboard... sometimes it does and sometimes it does not.
If I force to show the keyboard with IME (k.showkeyboard(edittext1) the result is the same, sometimes it shows and sometimes it doesn't show.
Is there something special to be aware of with android 11?
In other earlier versions of android it works normally.
Thanks.
Now, a client has a tablet with android 11 and the problem has arisen that when entering the "EditText" it does not show the keyboard... sometimes it does and sometimes it does not.
If I force to show the keyboard with IME (k.showkeyboard(edittext1) the result is the same, sometimes it shows and sometimes it doesn't show.
Is there something special to be aware of with android 11?
In other earlier versions of android it works normally.
Thanks.