Keeping IOS keyboard available

I don’t have any textfields on my view but would like the keyboards to stay visible and allow text entry so I can capture the data and use it graphically. Is this possible or do I have to draw my own?

I think this is nearly the same. You could add some points if you want.
<https://xojo.com/issue/61968>

Found this old post on stackoverflow:

1 Like

The simplest way could be to use an off-view textfield, and set focus to it.

Hi Martin, Exactly what I am after :slight_smile:

Thanks Michel I will try this also.