Is there a way to make a UIWebView dismiss all associated input controls, such as keyboards/pickers?
Haven't tried it in a web view with a picker, but this definitely works to dismiss the keyboard:
[theWebView endEditing:YES];