So I\'ve seen a lot of threads about the iOS issue with focusing on an input/textarea element. (See here and here) It seems that iOS will not let you manually focus on one o
On your UIWebView, set keyboardDisplayRequiresUserAction to NO.
UIWebView
keyboardDisplayRequiresUserAction
NO