Tagged Questions
0
votes
1answer
805 views
How to set the default (submit) button for a page loaded in an iPhone UIWebView (stringByEvaluatingJavaScriptFromString?)
I'm using a UIWebView to load an HTML form in my iPhone app.
The form has three submit buttons (and selecting "Go" on the iPhone keypad selects the first submit button).
I'm assuming that I can set ...