Hi all,
local widget = require( “widget” )
numericField = native.newTextField( 150, 150, 220, 36 )
numericField.inputType = “number”
numericField.placeholder = “phone number”
textBox = native.newTextBox( 160, 240, 280, 40 )
textBox.placeholder = “Hello boys”
this is my code.the placeholder not show in android please help me.
latest version