언어 설정

Menu
Sites
Language
WVGA(480X800) and Tizen WVGA(480X800)

Web Simulator -> Device -> Configuration Settings-> Resolution

Options: 1.WVGA(480X800) ;2.Tizen WVGA(480X800)

<canvas id="gameCanvas" width="480" height="800">        alternate content    </canvas>

1.WVGA(480X800) :All canvas can be displayed。

 

2.Tizen WVGA(480X800):All canvas can not be displayed。

 

We debugging Which settings?

Thank you。

 

Responses

8 댓글
Miao Xiao chun

Raghu Kona

Hi,

Not able to reproduce it using the canvas example. Can you please share the screenshots?

Regards,

Raghu Kona

Miao Xiao chun

WVGA(480*80)

Tizen WVGA(480*800)

Miao Xiao chun

WVGA(480*800) :Show all of the canvas.

Tizen WVGA(480*800) :Show only part of the canvas.

Miao Xiao chun

up

Eugene B

Hello,

the Tizen Web UI service use device-width scaling method. In this mode, the viewport width is set to device-width, enabling Rem scaling. In the Tizen Web UI service, the base font size is 22 px assuming a 360 px screen width.
But You can use fixed-width scaling method using meta tag viewport to set the required content size.
For example:
<meta name="viewport" content="width=720, initial-scale=1, maximum-scale=1, user-scalable=0">
For more information, please take a look at:
https://developer.tizen.org/help/index.jsp?topic=%2Forg.tizen.web.appprogramming%2Fhtml%2Fguide%2Fui_guide%2Fscaling.htm
https://developer.tizen.org/help/index.jsp?topic=%2Forg.tizen.web.appprogramming%2Fhtml%2Fmultiple_screen%2Fweb_ui_scalability.htm

Miao Xiao chun

Thank you.

Miao Xiao chun

Now run in Emulator Maager

480*800 Show only part of the canvas.Just 240* 380.

720*1280 Show only part of the canvas.Just 480* 610.