TextBox content appears differently while editing on the Android client

While editing the contents of a TextBox on Android, the text renders differently and does not update when properties like TextColor3 are changed. The text also renders on top of all other UI. There also seems to be a very large range for how differently the text can render. With a keyboard and mouse connected (ie. Chromebooks, a phone with a Bluetooth kb/m combo, Sober, etc.) it renders similarly but far enough off to cause major readability / usability issues. When using only a touchscreen and the mobile keyboard, it renders in a completely different location and in a completely different font. This is causing issues for me as I rely on placing a TextLabel with RichText styling over top of the TextBox to show syntax highlighting for my command entry system.

Expected (Studio):
image

Actual (Android, keyboard-and-mouse)

Actual (Android, phone touchscreen):

1 Like