如何制作非全屏应用程序以显示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)