I’ve seen a number of “ultimate config.lua” files out there and I have a question to which I don’t know the answer because we haven’t launched anything yet. If we want the app to fit every screen and resolution, can’t we just set the config.lua up as follows:
application = { content = { width = display.pixelWidth, height = display.pixelHeight, -- all other options needed } }
It doesn’t create any errors in the simulator, but I can’t imagine I’m the first to think of this. Any reason NOT to do this or why it wouldn’t work in a live app?