TextField in Container

I have a MobileTextField in a container. The container is at the bottom of the screen. When I tap on the text field and the keyboard shows up, the container won’t move up. The keyboard hides the text field.

Is there any way I can get the container to move up when the keyboard opens?

I used a modified version of Xojo-iOS-NSNotificationCenter in this thread to move a textarea above the keyboard.

Note - it looks screwy in the simulator, but works fine on the device.

2 Likes

Awesome, thank you!

You might want to upvote this Feedback report:
<https://xojo.com/issue/65925>

1 Like

I just did.