Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: yong on May 29, 2014, 04:42:39 PM

Title: UIInput without TouchScreenKeyboard's input
Post by: yong on May 29, 2014, 04:42:39 PM
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!  :D

Title: Re: UIInput without TouchScreenKeyboard's input
Post by: ArenMook on May 30, 2014, 02:10:32 PM
You should not be hiding it yourself. The input field has a new option for the keyboard type -- choose HiddenInput.