Hi everyone
I am currently building a login page with Corona and I have a field:
local userName = native.newTextField(display.contentCenterX, display.contentCenterY, display.contentWidth - 250, 100)
userName:setTextColor(0,0,0)
userName.hasBackground = false
userName.placeholder = “Username”
However the userName.hasBackground = false does not make the field transparent.
Is there a work around for this currently?
Thanks everyone