im having a form for the user to fill, i have there a few text fields one under the other and its passing the height of the keyboard. i see the keyboard in native application and when its open its scroll the app to the text field position. in corona it doesn’t happen, and the keyboard hides the text fields.
is there a solution for that? [import]uid: 175991 topic_id: 34892 reply_id: 334892[/import]
Hi @admin531. In native apps, the app itself is responsible for scrolling the textfields into view. The keyboard does not do that automatically. It’s the same in Corona SDK. You have to move the fields yourself.
[import]uid: 199310 topic_id: 34892 reply_id: 138694[/import]
one last question, is there any quick way to get the keyboard height, so i’ll know where to position my fields [import]uid: 175991 topic_id: 34892 reply_id: 138703[/import]
Hi @admin531. In native apps, the app itself is responsible for scrolling the textfields into view. The keyboard does not do that automatically. It’s the same in Corona SDK. You have to move the fields yourself.
[import]uid: 199310 topic_id: 34892 reply_id: 138694[/import]
one last question, is there any quick way to get the keyboard height, so i’ll know where to position my fields [import]uid: 175991 topic_id: 34892 reply_id: 138703[/import]