Search code examples
iphoneiosipaduiwebviewcontenteditable

How to disable spell check for a contenteditable div in a UIWebView?


I have a contentEditable div in a UIWebView. I want to disable the spell check feature.

Is there any API in the UIWebView ?

Thanks.


Solution

  • Please Check this. How can I disable the spell checker on text inputs on the iPhone