I\'m making an html editor component for an app (using UIWebView with contentEditable in iOS 5.0), and got stuck at how to handle UIWebView first responder status
[w
Call the following lines of code when you want to hide the keyboard.
//wView is your UIWebView NSString *webText = [wView stringByEvaluatingJavaScriptFromString:@"document.body.innerHTML"]; [wView loadHTMLString:webText baseURL:nil];