UIWebView not collecting QuickType text in HTML input field in iOS 8.1.2

I have a UIWebView where I am entering text into an input tag in HTML. However, when I use QuickType on this textbox, only what I actually typed is submitted in the form.

For example, if I try to enter "Apple" and I actually find "Ap" and select the word "Apple" in the QuickType, only "Ap" is installed.

For now I just turned off the QuickType feature in the input tag using autocorrect = "off", but is there a way to recognize the QuickType input in the input HTML textbox?

+3


source to share





All Articles