In my app I need to know if the soft keyboard raised. The EditText is in the upper part of the screen.
The event ime1_HeightChanged is not raised and I perform the followings:
The problem is that the keyboard itself appears, but the event that should indicate that keyboard appeared ( ime1_HeightChanged) is not raised.
Actually, my purpose is to hide the keyboard automatically after X seconds since it appears or any key of it pressed.
I see the problem. The event ime1_heightChanged do raises if the attribute #FullScreen: false. When the attribute is true, that the event is not raised.