Languages

Menu
Sites
Language
Issue about resolution when running on Tizen Web Application on Web Simulator & emulator

Hi All,

I have an issue when running my web application (developed based on Tizen Web UI Framework). When i run this app on Web Silmulator HD resolution (720x1280) and zoom 50%. It render the view exactly what i want for HD resolution but when I run on the emulator with the same resolution 720x1280, the view, panel, bottom footer and the font is bigger. it seems the emulator does not render HD resolution, my be lower too much. I am using "em" unit to styling css. I'm using Tizen SDK 2.0.0a

 

Edited by: Brock Boland on 17 Mar, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

3 Replies
kavish
I have tested this issue on Tizen SDK version 2.1.0b and working fine. It is better to use latest Tizen SDK version 2.1 public release and see if it working for you or not.
Douglas Frari

I have the same problem described above. I'm using the latest version (2.2.1 tizen SDK). Have any possible solution?

Example my code index:

<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=720, height=1280, initial-scale=1.0, maximum-scale=1.0">
	<title>My title...</title>
	<link rel="stylesheet" type="text/css" href="css/style.css" />
</head>

<body id="splashScreen">

	<script src="js/pages.js"></script>
	<script src="js/util.js"></script>
	<script src="js/splash.js"></script>
</body>
</html>

 

When I run the tizen Mobile 2.3 emulator the screen is huge and does not fit proportionally on the screen, but successful on the Web simulator.

 

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

Should fix it