Android Question Soft keyboard and full screen apps

JdV

Active Member
Licensed User
Longtime User
Erel

Have a look at the attached example.

It doesn't fire the IME_HeightChanged sub when #FullScreen is set to True.

(Also, for some reason the app crashes after I press OK when #FullScreen is set to False.)

I'm testing this on a Nexus 10 tablet running Android 5.0.2.

Regards

Joe
 

Attachments

  • Keyboard.zip
    7.4 KB · Views: 187
Upvote 0

JdV

Active Member
Licensed User
Longtime User
Erel

Thanks for the quick reply.

I have added the attribute (SetActivityAttribute(main, android:windowSoftInputMode, adjustResize|stateHidden)) to the manifest editor (see app attached).

It still isn't firing the IME_HeightChanged event though. It doesn't seem to matter whether the keyboard was opened by pressing on the edit text field or one of the input fields in the HTML doc.

Note: I have only tested this with Android 5.0.2

Regards

Joe
 

Attachments

  • Keyboard.zip
    7.5 KB · Views: 200
Upvote 0

JdV

Active Member
Licensed User
Longtime User
Yes, I saw that page as well.

I had hoped there would be a clever workaround available in B4A or in the IME library to compensate for it.

Regards

Joe
 
Upvote 0
Top