I'm seeing a weird problem in my iOS app.
I have a login page with entries/textboxes for user name and password. When I type in a value into the username, for example, and it suggests the word via the native iOS predictive text and I allow it to use that my pressing return, or focusing to the next entry. When I submit the form, it only reads the partial value of the entry text from up to where I took the suggested word.
So if i typed Dav and it suggested David. I take that. I can see David written in the entry, but the value read from the entry comes up as Dav.
Has anyone come across this problem? Maybe a solution would be to disable predictive text for the app all together. Is that possible?