Is it possible to use a custom keyboard with editable UIWebView for rich text editing (by setting inputView property, like on UITextView) ? UIWebView inputView property seems to be readonly.
What we can do for such cases ? How we can override that. The option hidden textfield on custom web view won't help as it won't work perfectly.
Note that this applies to editable WebView content (having HTML attribute contentEditable="true"), not HTML input fields.