I have a number of native.newTextField(s) that need numeric only user entry. I see I can call the native (iPad) half screen keyboard to connect to my TextFields to enter values. That seems to work fine except for the fact that the keyboard overlay shows on the bottom of my screen, obscuring the entry, so the user cant see what they are typing.
Is there a way to tell the native keyboard to display on the top or the bottom of the screen, so as not to obscure the user entry field?
The keyboard is fixed by Apple IOS. You have the same problem if you were writing your app in Xcode (Objective-C). The solution in Corona and Xcode is to temporary move your text fields (or display) up above the keyboard and move them back down afterward. You can see this on a number of iPhone and iPad apps.