I\'m trying to create a web application that automatically focuses the text input box upon page load.
However, I know that the \'autofocus\' attribute isn\'t supported i
For usability reasons all the focus() functions are ignored by Safari in iPhone/iPad for usability reasons
Quora