Как сделать не полноэкранное приложение для отображения строки состояния Android?
main.lua:
local webView = native.newWebView(0, 0, display.contentWidth, display.contentHeight)
webView:request("http://google.com/")
Нет эффекта:
native.setProperty("windowMode", "normal")
display.setStatusBar(display.DefaultStatusBar)