Can I use a custom keyboard with an editable UIWebView to edit rich text (by setting the inputView property, for example, in a UITextView)?
He tried to subclass UIWebView and set the inputView property for readwrite, but that doesn't seem to make any difference.
Note that this applies to editable WebView content (with the HTML attribute contentEditable = "true"), not HTML input fields.
source share