Hola,
I'm trying the scaling properties in order to fit my web apps into WVGA resolution.
The best result comes from the following viewport:
<meta name="viewport" content="width=720, height=1280, user-scalable=no" />
Although that seems better than the other methods suggested in the documentation (using device-width), the pages in my apps are displayed (again: testing in WVGA) as if the height is stretched. Maybe it is caused by the difference in the ratio of these two resolutions(?).
Any help would be appreciated.
ps: The units I use are pixels and percentage values.