语言

Menu
Sites
Language
screen size

i devalop the tizen wep application i want to set the screen size in 720*1200... i had use the meta data like this

<meta name="viewport" content="width=device-width,initial-scale=1.0">

but i can't fit. can u give some idea?

响应

5 回复
Prakash M

Refer following articles

https://developer.tizen.org/dev-guide/2.2.1/org.tizen.web.appprogramming/html/guide/ui_guide/scaling.htm

https://developer.tizen.org/dev-guide/2.2.0/org.tizen.web.appprogramming/html/multiple_screen/web_ui_scalability.htm

https://developer.tizen.org/forums/web-application-development/real-device-viewport-tag-behavior

AVSukhov

Hello,

Hello you need use fixed-width scaling

ezhilarasan b
hi sir, i need to fix all screen resolution. in my config.xml file i added the privilege but in my emulator its not working in full screen.. what i do? can you give some idea
AVSukhov

Hello,

 

You need use meta tag in your html, f.e.:

<meta name="viewport" content="width=720, initial-scale=1, user-scalable=no">
ezhilarasan b
helo AVSukhov, thanks for your guiding. now its works