I'm looking for a way to automatically bring up the iPod/iPhone keyboard to enter data into a form element when the page loads. I'm using jQuery. For some reason selecting the element in the document.ready() event handler and using the focus() event does not trigger the keyboard to come up. $("#myInput").click() doesn't work either. Any help?
Thanks!