UI scaling

UI scaling

BY 05 Sep 2013 Web Application Development

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 stretchedMaybe 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.

Written by