Will it be possible to dynamically pass the width/height used for the dynamic scaling to the coronaView?
The idea is to use native methods to get proper width/height for different devices, this will help a lot for non games apps that use widgets, for example I want the TableView row height to always be 0.4 Inch no matter of the device resolution and size used.
For IOS it should be something like a initWithConfiguration method for controller and pass a NSDictionary to Corona and be able to access that NSDictionary as a Lua table.
For IOS it should be something like a initWithConfiguration method for controller and pass a NSDictionary to Corona and be able to access that NSDictionary as a Lua table.
In the current version (or anything above 2207) you should be able to do this by creating an instance of NSDictionary passing in the contentWidth/Height. You probably want to remove the width/height settings in your config.lua:
In the current version (or anything above 2207) you should be able to do this by creating an instance of NSDictionary passing in the contentWidth/Height. You probably want to remove the width/height settings in your config.lua: