I am at a loss for the perfect solution, so maybe nothing exists.
What’s throwing me off is settings the config file content width/height vs the size of the display.newImageRect().
Should I set the config to 320x480 and scale everything up? Use high resolution @2x and @4x versions of all files for higher res?
Should I set the config to 640x960 and scale everything down/up for iphone5?
Should I set config to 640x1136 and scale everything down?
I guess i’m confused as to base resolution to use. The whole ‘display.viewablecontentheight’ is throwing me off since it just uses whats in in the config file as the height…not the ACTUAL viewable content depending on the device…