So I have an iOS and Android app. It is designed to handle the layout of different resolutions and expects the display.contentWidth and display.contentHeight to be the physical screen size dimensions.
However, I also want to use Dynamic Image Resolution to load different images depending upon the screen size of the device. So high-res Android devices get high-res images, the iPad gets high-res images, etc.
In order to use Dynamic Image Resolution, it seems that you must set the width and height properties in the config.lua file. However, this causes the Dynamic Content Scaling feature to activate in Corona. Even with “scale=none” the display.contentWidth and display.contentHeight now return the width and height values in config.lua rather than returning the physical screen size.
Isn’t there any way to use Dynamic Image Resolution without also turning on Dynamic Content Scaling? For Android devices especially, Dynamic Content Scaling just isn’t a very good idea. I want to use the whole screen and not have letterbox bars or any distortion from the zoomStretch.
Or maybe somebody can give me advice on how they are developing apps that can handle all of the different iOS and Android resolutions and aspect ratios in the best way. [import]uid: 12529 topic_id: 7055 reply_id: 307055[/import]
