iOS TextBox input hidden by On Screen Keyboard

TextBoxes on iOS will be covered by the on screen keyboard.

Here is a textbox focused on android, working as expected:

Here is the same textbox focused on iOS, with the bug shown

Repro place: Textbox Focus issue (iOS) - Roblox

Expected behavior

The TextBox focused should always be visible, regardless of device. I believe this same bug exists for OnScreenKeyboardHeight. If I had to guess, iOS isn’t accounting for the 36 pixel topbar offset?

8 Likes

Thanks for the report! We’ll follow up when we have an update for you.

5 Likes

Is there any updates on this? this issue is still happening

7 Likes

Any ideas when this will be fixed?

We wanted to implement our own version of it using OnScreenKeyboardPosition, OnScreenKeyboardSize and OnScreenKeyboardVisible but they do not work as expected either so we’re left stranded…

1 Like

We’ve identified a fix and expect it should go out within the next few iOS releases. I’ll follow up here when it’s live(or if anything changes with that).

3 Likes

The fix is now live! Let us know if you’re still seeing any issues.

2 Likes

Fixed, thank you so much!!!

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.