Hi all,
I am sick of titanium on android, I face a lot of bugs on android and I am really tired of searching over such things.
Text fields don't accept typing on the keyboard, the keyboard is shown on focus and when I press on any letter, nothing happens, the keyboard doesn't respond to typing and the text field's value doesn't change.
The same code is working normally on version 3.1.3, this happens only on version 3.2.0.
Here's a sample of my code.
<TableView backgroundColor="transparent"> <TableViewRow> <TextField hintText="Test"></TextField> </TableViewRow> </TableView>As usual it's working on iOS normally.