uiwebview - Disable & enable auto-correct dynamically in the same html text area -


i'm trying build twitter autocomplete , having trouble disabling autocorrect dynamically.

essentially i'm trying have auto-correct="off" when hits # , auto-correct="on" when tap either space bar or item on autocomplete list provide.

i've attempted use jquery attr 1 suspect, no avail.

@textarea.attr("autocorrect", "on")

any suggestions how disable autocorrect while using autocomplete?

this isn't of answer mystery after switching angularjs, no longer needed disable auto-correct dynamically, somehow changed , benefited. go angularjs!


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -