How to set stroke color on native.TextField?

I don’t see such property: https://docs.coronalabs.com/api/type/TextField/index.html

No fill color either.

On the Apple platforms it appears as a white rectangle and if I try to use it on a white background it’s invisible  :huh:

macOS is the only platform that puts a stroke around the box. Your best bet would be to draw your own box in Corona display.* API’s and then put the native.newTextField() on top.

Rob

Thanks, I thought I was missing some (undocumented) option.

macOS is the only platform that puts a stroke around the box. Your best bet would be to draw your own box in Corona display.* API’s and then put the native.newTextField() on top.

Rob

Thanks, I thought I was missing some (undocumented) option.