Set textbox focus in mobile safari
- by Morgan
Hey, i was wondering how to set the focus to a textbox in mobile safari.
I've tried document.myForm.myTextArea.focus(); which works in regular safari, but it does not seem to work in mobile safari.
To clarify, i want to set focus to a text box as soon as the user loads a page, and have the iphone keyboard pop up.