|
Hi all, I'm nearly done with a game for Android, but I'm running into some issues with Unity's text fields and the ICS keyboard, which I have noticed, as have 3 of my testers ( Stock Galaxy Nexus and Nexus S users ). When the keyboard comes up for the first time, everything works as expected. If you dismiss it using the "Ok" button next to the popped up text entry, it works as expected. If you dismiss it with the "Done" button on the keyboard, the keyboard often does not present itself in other text fields and I can't find a consistent to bring it back up. It sometimes takes a few attempts, but this is definitely reproducible. I'm not using any custom handling of my text fields: Is there anything I can do to work around this issue? I am planning to release soon, and this is sadly a critical bug. A beta version is online here so you can see: http://bit.ly/ItCVgu Thanks, David Goemans
(comments are locked)
|
|
Edit! I've changed the way I've done my workaround, so maybe it'll be more effective. I keep a reference in one of my classes to an instance of TouchScreenKeyboard: in my Start(), I instanciate a keyboard: then, when I want to ensure my keyboard is re-shown, I do: I call that code when the user taps on an area that would be a text area. Something like this (pseudocode) Surely there's a better way, but I imagine it will require Unity to change how they interact with the keyboard API on ICS. Good luck! Thanks! The key to work for my Galaxy Tab 2 7.0 was the second block of code.
Oct 09 '12 at 02:05 AM
oriolmanya
It's worth noting that this bug has now been fixed in 3.5.6.
Oct 09 '12 at 07:29 AM
dgoemans
(comments are locked)
|

This is still an issues in 3.5.2
Have the same problem. Can anyone solve this? Please.
If you don't want to answer the question, don't post an answer.
I've converted your answers into a comment.