Fix for TC-1560 UI always zoomed out 66/28466/2 accepted/tizen/ivi/20141009.191312 submit/tizen_ivi/20141008.200057
authorBrian Jones <brian.j.jones@intel.com>
Tue, 7 Oct 2014 23:44:05 +0000 (16:44 -0700)
committerBrian Jones <brian.j.jones@intel.com>
Tue, 7 Oct 2014 23:48:16 +0000 (16:48 -0700)
Change-Id: Ib131dc5b0de16eeb1cecbec9ec43b416314f3aa1

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

index 40aecb8..e272e11 100644 (file)
@@ -1,3 +1,9 @@
+@viewport{
+        width: 720px;
+        height: 1280px;
+        user-zoom: fixed;
+}
+
 .playerWrapper video {
        position: absolute;
        top: 230px;
 
 .artistNameTextMargin {
        margin-bottom: 5px;
-}
\ No newline at end of file
+}
index 912d8c0..1107a8c 100644 (file)
@@ -2,7 +2,6 @@
 <html>
 <head>
 <meta charset="utf-8" />
-<meta name="viewport" content="width=720, height=1280, user-scalable=no" />
 <meta http-equiv="cache-control" content="no-cache" />
 <title>Multimedia Player</title>
 
index 1a6f866..4009968 100644 (file)
@@ -1,3 +1,7 @@
+* Tue Oct 07 2014 Brian Jones <brian.j.jones@intel.com> submit/tizen_ivi/20141007.174646-1-g6c8176f
+- 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-gbc26d5f
 - Updating packaging to remove hard coded paths