0
votes

I have an <input type="text"> element. The user types a string and hits enter which clears the element via $('input').val(''). The problem apparently is that iOS still has the previous input string in its autocorrect buffer, so when you begin to type a new word and hit space, it sees the last word from the previous string and the first word from the new string as one 'word' and attempts to autocorrect it. Example:

I realize this may just be a bug in mobile safari below is an example

enter image description here