Fix for TC-1560 UI always zoomed out 65/28465/1 accepted/tizen/ivi/20141009.191314 submit/tizen_ivi/20141008.200057
authorBrian Jones <brian.j.jones@intel.com>
Tue, 7 Oct 2014 23:43:05 +0000 (16:43 -0700)
committerBrian Jones <brian.j.jones@intel.com>
Tue, 7 Oct 2014 23:43:40 +0000 (16:43 -0700)
Change-Id: I7a0b0405ba3888c142a317f6fa20bf42abf28e2b

css/style.css [new file with mode: 0644]
index.html
packaging/modello-hvac.changes

diff --git a/css/style.css b/css/style.css
new file mode 100644 (file)
index 0000000..8c05c0a
--- /dev/null
@@ -0,0 +1,5 @@
+@viewport{
+        width: 720px;
+        height: 1280px;
+        user-zoom: fixed;
+}
index e1dce97..8ce96a7 100644 (file)
@@ -3,8 +3,8 @@
        <head>
                <title>HVAC</title>
                <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-               <meta name="viewport" content="width=720, height=1280, user-scalable=no" />
 
+               <link rel="stylesheet" href="./css/style.css" />
                <link rel="stylesheet" href="./css/car/car.css" />
                <link rel="stylesheet" href="./css/car/components/topBarIcons/topBarIcons.css" />
                <link rel="stylesheet" href="./css/car/components/incomingCall/incomingCall.css" />
            </div>
                <div id="bottomPanel" class="bottomPanel bottomPanelImg"></div>
        </body>
-</html>
\ No newline at end of file
+</html>
index d67a2fd..647ae1a 100644 (file)
@@ -1,3 +1,7 @@
+* Tue Oct 07 2014 Brian Jones <brian.j.jones@intel.com> submit/tizen_ivi/20141007.174646-1-g057edf8
+- clean spec file
+- Fix for TC-1560 UI always zoomed out
+
 * Thu Sep 18 2014 Brian Jones <brian.j.jones@intel.com> submit/tizen_ivi/20140911.180109-1-g3a271c4
 - Updating packaging to remove hard coded paths