summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonghun Park <jh718.park@samsung.com>2013-10-24 14:13:39 +0900
committerJoonghun Park <jh718.park@samsung.com>2013-10-24 14:15:19 +0900
commitea1cc888d65dbc40c2ca1949710dea7ba9ef964d (patch)
tree1107598e4a71a7beca9429d53577181ab3a069b5
parent4d39a8bb1133e1f28507760c8dffcfce65b9e63d (diff)
downloadOfflineClockImage-tizen_2.2.tar.gz
OfflineClockImage-tizen_2.2.tar.bz2
OfflineClockImage-tizen_2.2.zip
revise viewport width to be pinned as 3602.2.1_releasetizen_2.2
[title] revise viewport width to be pinned [issue#] TDIS-7445 [problem] Some web sample applications have a small font display on IA HD device which has 960 viewport width [solve] revise viewport width to be pinned as 360 Change-Id: Id7d482e68730f415544c3ac8156207919f14233f
-rwxr-xr-xindex.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 29140a2..0b393ba 100755
--- a/index.html
+++ b/index.html
@@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8" />
- <meta name="viewport" content="width=320, user-scalable=no">
+ <meta name="viewport" content="width=360, user-scalable=no">
<meta name="description" content="SIMPLE CLOCK AND IMAGE CHECK IN OFFLINE - ApplicationCaches Tutorial"/>
<title>SIMPLE CLOCK AND IMAGE CHECK IN OFFLINE - ApplicationCaches Tutorial</title>