Hello,
I upgraded NGUI to version 3.6.1 and it seems like it supports caret in mobile devices - I really appreciate the feature!
Anyways, it seems like when I hide TouchScreenKeyboard's input by setting hideInput field as
TouchScreenKeyboard.hideInput = true;
it seems like existing texts in the input box get duplicated with substring of the text in the box on every focus.
Is there any fix to this or planned update so that UIInput supports mKeyboard with hidden input box?
Thanks in advance!
