Is is possible to use a custom keyboard with editable UIWebView for rich text editing (by setting inputView property, like on UITextView)?
It tried subclassing UIWebView and setting the inputView property to readwrite, but this doesn't seem to make any difference.
Note that this applies to editable WebView content (having HTML attribute contentEditable="true"), not HTML input fields.