Hello,
I have the same problem as Tripwire, so I have a text field with:
- UILabel.maxLines = 0 (multi-line)
- UIInput with hideInput = true
The problem is that on Android devices the native input field above the keyboard is still shown, even if hideInput = true. Setting maxLines to 1 will hide the native input field.
Is this an NGUI issue or a Unity issue?
Thanks for the reply.