UIPadding not rendered on TextBox when using iOS/Android

If you place UIPadding inside of a TextBox and set PaddingLeft to (0,16) you see that on PC your text is now shifted 16 pixels to the right as you begin typing into the TextBox. In our game that looks like this:
image

However the same code/UI on iOS and Android looks like this:


image

Expected behavior

UIPadding should be rendered correctly inside of a Focused TextBox across all platforms.

2 Likes