I know it is not the optimum way, but I just placed a message in my game to Touch Text Field whenever the user was prompted to enter their name.
Here is another issue you may run into. I found out after releasing the game on the Android Market that on some devices, once the keyboard did come up it would not recognize the ‘Return’ key. So they would enter their name and press Return or whatever key is in its place and nothing would happen. It was just sit there. The people that informed me of the problem all had newer models of HTC phones.
I played around with the code and tried all kinds of things, but finally I came to the conclusion that it was just not recognizing the ‘Return’ key and there was not much I could do about that.
So what I did was created a button that would come up when the keyboard came up that said “Press to Enter Name”.
All I did here was make a tap event on that button that would execute the exact same code I wanted done if they would have pressed ‘Return’. Once I did that, each person that reported the problem to me said that worked. So it was not my code, but the ‘Return’ key not being recognized on some devices. May have been the version of Android and not the device. I really do not know the culprit. [import]uid: 8533 topic_id: 10081 reply_id: 37382[/import]