Hello,
I’m experiencing an issue with native text fields on iOS (both on device and in the xcode simulator)
When a user manually adjusts the cursor position in an input field and continues to input text via the keyboard, the last character inserted is being appended to the end of the .text value string. If they continue to type, the characters move to their correct position, all except for the last inserted character.
The native text field displays what is typed correctly, it is only the text field’s .text value that is incorrect.
Here’s a video of the bug in action:
This is still happening using daily build 2013.1260
I’ve submitted a bug report, just wondering if anyone can think of a work around.
We’re trying to launch our app this week, and while I don’t expect this to get resolved before then, it would be really cool.
I’ve attached sample code for replicating the issue, but it happens with the SampleCode/Interface/NativeKeyboard field sample code as well.