语言

Menu
Sites
Language
UI scaling

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.

编辑者为: Brock Boland 17 3月, 2014 原因: Paragraph tags added automatically from tizen_format_fix module.

响应

1 回复
Lakshmi Grandhi
Hi, Scaling will be done as per resolution i didn't saw any stretch which you mentioned, if you define the viewport tag as mentioned above it won't work to deploy apps on other screen resolutions devices. You need to take care from your application.