We are making a word-based puzzle game for mobile devices, and we have a problem in text input.
When we call a virtual keyboard and touch outside of it, the system fires onSubmit event as if Done/Enter key is pressed and the keyboard collapses. We thought nothing should happen if we touch outside of the keyboard, so this is baffling us a lot.
- We have tested Android phones running Kitkat (Galaxy Note 4) and Jelly Bean (Galaxy S2). Somehow this issue does not happen on desktop Unity.
- We are working with NGUI version 3.6.2.
- We checked an NGUI sample file (Example 12 Chatting) and found even the sample had the exact same issue when compiled into a phone.
I am posting this on behalf of our programmer who doesn't speak English, so please let me know if there is any technical incorrectness that I do not aware of.
Thanks in advance.