I'm working on an app that uses Sencha Touch, and I'm testing it on my Samsung Galaxy Nexus phone.
There seems to be a major issue with my keyboard. Every time I focus on a text field and type something, no text appears. Sometimes, when I select a word with T9, it does appear. When trying to backspace that word, nothing happens.
So the field is focused as the keyboard is up but the browser isn't typing into the input field. The underlying DOM element is an <input> so the browser should handle it with no issues.