my problem is this:
I have an app where the user enters how many percent he wants to save in a textfield.
But when he touches the first time to fill the field, here's what happens: In addition to titanium not respect the KeyboardType: Titanium.UI.KEYBOARD_NUMBER_PAD
can not even put numbers or letters in the field, it looks like the pointer is lost in transition textfield of the position ...
When I click again, it works correctly ... I may be wrong, but I think it has is because of when the keyboard appears, the textfield is nearest the top, thus making the keyboard pointer get lost, or something of the genre, because when the textfield does not move, it works perfectly as seen below.