I have an onclick event that triggers a function which then calls getElementById().focus() on a text input. On the first tap, it will work just fin
onclick
getElementById().focus()