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