I have a UIWebView and when I have the keyboard up after entering in data, I want to be able to programmatically dismiss the keyboard, and hit the return key to load the next page. Is there anyway to do this?
Some Ideas: • Faking a tap on the Done Button • Sending a Carriage return via JavaScript
I have tried these but haven't been successful.