Hey guys,
I'v read through the forums and I know it has been covered, but I havent really found a clear answer.
Whats the best way to handle multiple resolutions on multiple platforms (iOS, Android, Web, PC, Mac)?
Using automatic will make it be pixel perfect but it wont work for examples like iphone 3 & iphone 4 as it will be double size or half size depending on which one it was originally intended for.
Using manual also has issues, for example scaling from ipad 3 to a PC monitor of equivalent resolution, the button on the PC would look huge because the pixel size is so much larger a PC.
Any suggestions? What is everyone else doing?