I am loading multiple TextFields so users can enter Name, address, phone, email etc… If I just have one TextFields it is fine but when I have multiple TextFields when the page loads there will be a random flashing of a white rectangle in a random area.
This rectangle looks like the default white rectangle background Corona provides with native.newTextField(). However I turn off this background though the call " emailText.hasBackground = false". So there should be none of these white rectangles on the page at all. This only happens on device. Any advice on this matter is much appreciated, thank you!