Yesterday I rolled out a new chat UI for one of the game I work on, to comply with the new TextChatService changes, while it works on most platforms, iOS users do not. When they focus into the textbox and start typing, the focused textbox would not render the updated text change and will stay blank until you stop focusing. The structure of the chat UI seems fine to me and shouldn’t be what causing this issue:
I tried producing this in Android but it seems to be an iOS-only issue. Here are some visual aids:
Also, I found out the one in Android is using a different font than the font used by the TextBox, also does not respect UIPadding or anything.
and here is the game with the chat UI: (NEW) Frappé Cafe V4 - Roblox
Expected behavior
The focused textbox should render the updated text whenever I type in there, so if I type “Hello World” on iOS, the textbox should display “Hello World” too, not “” unless you unfocus the textbox, which is a nuisance.
A private message is associated with this bug report