I create new Tabbar based project in Corona. Then I change file build.settings to support landscape orientation
orientation = {
default = "portrait",
supported = { "portrait","landscapeLeft","landscapeRight" }
},
The problem is that the view don't resize when rotate to landscape.
How to enable autoresize in Lua using Corona SDK?
Thanks!