placeholder not show in android

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

Hello @manivelmca2007,

Which build version of Corona SDK are you using?

Brent

Hello @manivelmca2007,

Which build version of Corona SDK are you using?

Brent