I have a very simple example here
(edit) http://jsbin.com/sekuxuyi/1/edit
All this does is show an input, when the page loads jquery finds the dom element and calls focus()
on it. On desktop this works fine but in the iOS simulator I cannot get this to work. I would expect the keyboard to show and the element to be focused. Is there anything specific for iOS that I am missing out on to get this to function?