I have a native text field in my app (tested on iOS):
local field1 = native.newTextField(200, 100, 150, 20)
When the user enters enough characters to reach the right margin, the text is not “scrolled” to the left, which means that these overflow characters are not visible. I would have expected the text to move to the left so that I always can see the characters currently entered (like in an html input field, e.g. the “Search Forums” field at the top of this page).
Isn’t the native text field supposed to always show the currently entered characters (like you would expect it to)? What am I missing?
UPDATE1: the problem seems to exist only on the combo iOS 8 - iPhone. Is this a known iOS issue?
UPDATE2: I have tried several other apps with the same device and they all work fine -> presumably a bug in Corona, bug report filed.