Fix for TC-1560 UI always zoomed out 62/28462/2 accepted/tizen/ivi/20141009.191311 submit/tizen_ivi/20141008.200057
authorBrian Jones <brian.j.jones@intel.com>
Tue, 7 Oct 2014 23:40:21 +0000 (16:40 -0700)
committerBrian Jones <brian.j.jones@intel.com>
Tue, 7 Oct 2014 23:49:23 +0000 (16:49 -0700)
Change-Id: I3c0fbd5a903a6cc7abba730161aa7d7f7d83383a

css/style.css
index.html
packaging/modello-appmanager.changes

index ebf5512..45ef1df 100644 (file)
@@ -1,3 +1,9 @@
+@viewport{
+        width: 720px;
+        height: 1280px;
+        user-zoom: fixed;
+}
+
 #backgroundStore
 {
        position: absolute;
index 82b03b9..c052fb5 100644 (file)
@@ -2,7 +2,6 @@
 <html>
 <head>
 <meta charset="utf-8" />
-<meta name="viewport" content="width=720, height=1280, user-scalable=no" />
 <meta name="description"
        content="A single-page template generated by Tizen Web IDE" />
 
index 1b4c305..bed814d 100644 (file)
@@ -1,3 +1,7 @@
+* Tue Oct 07 2014 Brian Jones <brian.j.jones@intel.com> submit/tizen_ivi/20141007.174646-1-geab94bd
+- 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-ge1344e6
 - Updating packaging to remove hard coded paths