Error position keyboard

Hello! There is a problem of the keyboard position on Android. The field is half-closed. Screenshot attached.

How to fix the problem?

build.settings

coronaWindowMovesWhenKeyboardAppears = true

Code

[lua]messageTxt = native.newTextBox(display.contentCenterX - 20, messageTxtY, _width - 55, 55);
messageTxt.placeholder = “Write a message”;
messageTxt.align = “left”;
messageTxt.size = 18;
messageTxt.font = getFont(18);
messageTxt.isEditable = true;[/lua]

Highscreen Spider, Android 4.3

Hi @awkaw.

We added the coronaWindowMovesWhenKeyboardAppears = true feature as an experimental process to assist people with their form based apps. It however, was added as an *as is* feature. We have no plans to revisit this feature in the near future. If it’s not working for you, then you should use another process to figure out how to position the keyboard.  Like putting all the fields in a group and moving the whole group to scroll the selected field in the top 50% of the screen. Most keyboards don’t take up more than 50% of the screen.

Rob

Hi @awkaw.

We added the coronaWindowMovesWhenKeyboardAppears = true feature as an experimental process to assist people with their form based apps. It however, was added as an *as is* feature. We have no plans to revisit this feature in the near future. If it’s not working for you, then you should use another process to figure out how to position the keyboard.  Like putting all the fields in a group and moving the whole group to scroll the selected field in the top 50% of the screen. Most keyboards don’t take up more than 50% of the screen.

Rob