I am loading an HTML page that has a form. I would like to be able to dismiss the keyboard when the user clicks on GO or if he clicks on the SUBMIT button on the HTML page.
The javascript approach is clever, but this is more direct:
[webView endEditing:YES];