From f3644d280d7ce72dadb4e79515c21923bfa03779 Mon Sep 17 00:00:00 2001 From: Brian Jones Date: Tue, 7 Oct 2014 16:45:49 -0700 Subject: [PATCH] Fix for TC-1560 UI always zoomed out Change-Id: I0682814df185f2087d04f01f41d8c40da0915c41 --- css/phone_style.css | 8 +++++++- index.html | 3 +-- packaging/modello-phone.changes | 4 ++++ 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/css/phone_style.css b/css/phone_style.css index fe5cf59..6090b65 100644 --- a/css/phone_style.css +++ b/css/phone_style.css @@ -1,3 +1,9 @@ +@viewport{ + width: 720px; + height: 1280px; + user-zoom: fixed; +} + .phoneBody { width: 720px; margin: 0; @@ -274,4 +280,4 @@ .contactsCarouselBoxHide { left: -765px; -} \ No newline at end of file +} diff --git a/index.html b/index.html index 6e8b606..30d4d80 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,6 @@ - Phone application @@ -179,4 +178,4 @@
- \ No newline at end of file + diff --git a/packaging/modello-phone.changes b/packaging/modello-phone.changes index 98bc5ae..96ab697 100644 --- a/packaging/modello-phone.changes +++ b/packaging/modello-phone.changes @@ -1,3 +1,7 @@ +* Tue Oct 07 2014 Brian Jones 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 submit/tizen_ivi/20140911.180109-1-g5ec1a4a - Updating packaging to remove hard coded paths -- 2.7.4