EDIT: might be a bug? Turning TextBox.ShowNativeInput off on Android doesn't display inputted text when typing
As a developer it is currently hard to design mobile UI that involves TextBox entry. On iOS users can entry text directly into a Textbox instance but on Android users type and the text is displayed at the top of the screen underneath the top bar.
What iOS users see: (note: dev created gui, it’d be directly into chat is chat was focused)
What Android users see: (note: chat gui in use here, it’s the same with any other TextBox)
If Roblox were to address this it would give developers the platform consistently we need when developing games. It’s hard to design any kind of input system that could snap to the keyboard if on android text is displayed at the top of the screen in a position that can block important UI elements.