Android Question B4XDrawer - IME_HeightChanged not firing

Segga

Member
Licensed User
Longtime User
After adding IME to the B4XDrawer example, all works fine except the IME_HeightChanged sub isn't triggering.
I doesn't seem to be firing in other activities that I've added either?
 

Segga

Member
Licensed User
Longtime User
I have attached the original B4XDrawer example with an EditText and Button. Hopefully someone can confirm if it's just a problem on my end?
 

Attachments

  • B4A_B4XDrawer-IME-Test.zip
    16 KB · Views: 236
Last edited:
Upvote 0

Segga

Member
Licensed User
Longtime User
You are using a translucent status bar. That is why it's not working.
B4X:
<item name="android:windowTranslucentStatus">true</item>

You can find the explanation here after the last image of the first post.

That explains it nicely. Thankyou
 
Upvote 0
Top