Text input change to uppercase automatically in EditBox

When I use Editbox, any device use android version that lower than 4.4.2 will automatically turn on caplock everytime a key is pressed. I’m using latest version on Github.
Anybody met this problem before?

1 Like

I had this problem in cocos2d-x v2.2.x, it’s still around? Unsure how to fix. I think you’d have to get your hands dirty in CCEditBox’s android implementation (java).

Hi @hungnv24 - please file a bug for this.

I’ve just came around here, I don’t know how to do that.

1 Like

You can submit an issue here:
http://www.cocos2d-x.org/issues

In any case, I will try to build my game and test it, since the is a show stopper for my login functionality if it doesn’t work.