I’m developing an Android App using Phonegap. It’s a “question and answer” game and it has a complex layout comparing to the majority of mobile apps.
How do I configure to automatic rescale in different resolutions?
Until now I’m doing the same process I do to create simple web pages: slicing images and placing into HTML with CSS. But I noticed the planned resolution to work on is about 540×960, bigger than a lot of phones I’m used to.
I archived that simply using css transform scale in body.
Something like this: