Native Text Boxes Broken?

Is anyone else having trouble focusing / inputting text into native text boxes on Android? For example, if I run my app on a device and press on the text box, the keyboard doesn’t even show up, which means I can’t input any text into the box.

The sample code provided in the documentation doesn’t even work!  :o

I’ve filed a bug report.

did you set keyboard focus and/or set isEditable = true

Thanks jstrahan, setting isEditable to true has fixed the problem. It seems weird to me that it would be set to false by default…  :slight_smile:

did you set keyboard focus and/or set isEditable = true

Thanks jstrahan, setting isEditable to true has fixed the problem. It seems weird to me that it would be set to false by default…  :slight_smile: