iOS Keyboard

Been messing around with an iPhone app. A number of screens have a lot of user input. Some of the fields are numbers only so I show the numeric keyboard. Unhappily it does not have a Return key. I’d like to be able to have the user use the Return key to go to the next field (it’s faster).

Has anyone made such a keyboard? Is it possible to make a text input device (a custom keyboard) in Xojo?

Thanks.

I think what you actually need is to show some “action” buttons above the keyboard, just like what iOS Safari shows when typing in a textfield.

This is possible in Xojo using some declares:

I’ll post some code tomorrow :slightly_smiling_face:

That would work.

Thanks.