Add property to prevent fullscreen mode when keyboard is open on Android - Mendix Forum

Add property to prevent fullscreen mode when keyboard is open on Android

0

Hi!

When in landscape mode on an Android device with the keyboard open (or whenever it deems fit), the system may decide to put the text input into “fullscreen” mode and hide any of the application UI. There is a flag (IME_FLAG_NO_FULLSCREEN) that can be added to prevent this from happening. The React Native equivalent appears to be the disableFullscreenUI property on the TextInput. It would be nice if there was a property on the text widget for applying this property on an as-needed basis.

Thanks!

asked
0 answers