Control Got Focus

is there any way of getting the GotFocus or LostFocus for a control on iOS?

I’m really stuck now. There is no apparent way to have the keyboard appear without shoving controls up over the navigation unless the initial layout is such that the keyboard always has room (but that looks goofy).
I’m trying to tell if a text field or area has focus, which suggests the keyboard is open, and then adjust constraints accordingly.

An event for keyboard showing and hiding would work too.

Help!

You’ll have to pull some strings, there’s been a feature request for it since iOS came out:
<https://xojo.com/issue/36429>

Oh no…
I’m working around everything else, but this one is killing me and only because of what happens with the keyboard.

Thanks for the heads-up, Tim.

1 Like