Hi everyone... I know that with IME is not possible to fire the HeightChanged event in fullscreen mode... is it possible that in 2024 there is no other option to have an event for the keyboard opening/hiding?... i think it is impossible that there is no other method... already in 2016 this user posted this question with an interesting point... "How can the BetterDialogs move the dialog above the keyboard? is not possible to exploit the same mechanism?"
However, in this Stackoverflow there is the Java version for something that can might work (2020 Update)
and also this (sperically for fullscreen acrivities)
I'm not able to convert this to B4A btw.
However, in this Stackoverflow there is the Java version for something that can might work (2020 Update)
How to capture the "virtual keyboard show/hide" event in Android?
I would like to alter the layout based on whether the virtual keyboard is shown or not. I've searched the API and various blogs but can't seem to find anything useful. Is it possible? Thanks!
stackoverflow.com
and also this (sperically for fullscreen acrivities)
Detecting if Android keyboard is visible or hidden in Full Screen mode
In this article, I would like to share my experience with you about one of a problem with which I faced on one from my projects. The…
anton-savinov.medium.com
I'm not able to convert this to B4A btw.
Last edited: