Any way to get placeholders in newTextField on Android?

The following code gives placeholder text on iOS, but not on Android. Am I doing something wrong, or are placeholders simply not supported on Corona for Android?

local field = native.newTextField(…)
field.placeholder = “Some placeholder text”

[import]uid: 73434 topic_id: 32007 reply_id: 332007[/import]