Hello Arren
The following attachment is my setup to input.
I actually did some further investigation and there are two different types of problem
1) Password field ignores first keystroke
Ignoring the very first keystroke problem happens on password field where KeyboardType is set as HiddenInput; if we use default KeyboardType, it doesn't happen anymore.
2) Upon clicking on any input fields it loses focus right away
I have confirmed that UIInput's OnSelect(false) gets invoked when it loses focus.
Again, these problem only happen only in iOS
Thanks and have a great day.