On the samsung s4 the textfield is large enough but the text within is about 3/4 of the way up the textField, causing a cutoff of the text shown. Is there a way to keep the text from hovering so high? Or is that just the native for the s4 so there’s nothing to do about it.
Also my other option was to enlarge the textField for the s4 specifically. For the native textFild paramaters, can I change the height later on? for example local Input = native.newTextField (100, 200, width, height) then define height for all devices and then later do “Input.height = ___” for the s4 specifically . I tried my hand at this but I got an error message on terminal saying I’m attempting an upvalue with ‘?’.
Any thoughts are appreciated!