i have use a UIWebview in IOS 5. I try to set contenteditable=\"true\" to make uiwebview editable.
contenteditable=\"true\"
The screenshoot of my app is similar to an image in
It's the inputAccessoryView for UIWebBrowserView (inner UIWebView), you can hack it.
inputAccessoryView
UIWebBrowserView
UIWebView
Here is an example: https://gist.github.com/bjhomer/2048571