Fix for TC-1560 UI always zoomed out 68/28468/2 accepted/tizen/ivi/20141009.191320 submit/tizen_ivi/20141008.200057
authorBrian Jones <brian.j.jones@intel.com>
Tue, 7 Oct 2014 23:45:49 +0000 (16:45 -0700)
committerBrian Jones <brian.j.jones@intel.com>
Tue, 7 Oct 2014 23:47:48 +0000 (16:47 -0700)
Change-Id: I0682814df185f2087d04f01f41d8c40da0915c41

css/phone_style.css
index.html
packaging/modello-phone.changes

index fe5cf59..6090b65 100644 (file)
@@ -1,3 +1,9 @@
+@viewport{
+        width: 720px;
+        height: 1280px;
+        user-zoom: fixed;
+}
+
 .phoneBody {
        width: 720px;
        margin: 0;
 
 .contactsCarouselBoxHide {
        left: -765px;
-}
\ No newline at end of file
+}
index 6e8b606..30d4d80 100644 (file)
@@ -3,7 +3,6 @@
 
 <head>
 <meta charset="utf-8" />
-<meta name="viewport" content="width=720, height=1280, user-scalable=no" />
 <meta name="description" content="Phone application" />
 <title>Phone application</title>
 
        <div id="bottomPanel" class="bottomPanel bottomPanelImg"></div>
        <div id="library" class="library pageBgColorNormalTransparent"></div>
 </body>
-</html>
\ No newline at end of file
+</html>
index 98bc5ae..96ab697 100644 (file)
@@ -1,3 +1,7 @@
+* Tue Oct 07 2014 Brian Jones <brian.j.jones@intel.com> submit/tizen_ivi/20141007.174646-1-g4679ed8
+- clean the 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-g5ec1a4a
 - Updating packaging to remove hard coded paths