Hello,
I am using default buttons without any images and in the emulator they are beautiful white buttons but when i open the game in real device the button is ugly grey (looks like missing images)?
my button code…
local playButton = widget.newButton { left = 100, top = 200, id = "Play", label = "Play", onEvent = playButtonEvent }