Just reported this bug, but wondering if anyone else has seen this. If you put in text into a native textbox, then remove some characters in the middle of the box and replace them, the textbox SHOWS the correct thing, but calling textbox.text shows that it just appended the new characters and didnt put them at the right spot.
Example: In a native textbox put in ‘tost’. Then, drag your finger back so you can delete the ‘o’ and type in a ‘e’ so it now reads ‘test’. But if you try to use textbox.text its value is actually now ‘tste’. It deleted fine, but put the e at the end of the textbox
As a note, it works fine in the Corona Simulator, but doesn’t work in the iOS simulator.