after fixing another problem in my android application, I came to another.
It would be important that I could do something, for example, hide some visual elements if SoftKeyboard is shown, such as Input, like Swipe or a regular Android keyboard.
I tried onConfigurationChange = "KeyboardShow" (pseudocode), but did not receive any changes to get an event when, for example, skype is shown.
So now my question is: is there any solution or function or listener that I can handle this action?
Hope someone can help me.
Sincerly, Mike Penz
source
share