How to track keyup/keydown events in Javascript in iPhone browsers, basically I need to move the focus automatically to next form element once the end user has keyed-in maximum no of characters in a text box.
'tap' event in jquery mobile solved this.