diff options
author | Joonghun Park <jh718.park@samsung.com> | 2013-10-24 14:13:39 +0900 |
---|---|---|
committer | Joonghun Park <jh718.park@samsung.com> | 2013-10-24 14:15:19 +0900 |
commit | ea1cc888d65dbc40c2ca1949710dea7ba9ef964d (patch) | |
tree | 1107598e4a71a7beca9429d53577181ab3a069b5 | |
parent | 4d39a8bb1133e1f28507760c8dffcfce65b9e63d (diff) | |
download | OfflineClockImage-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-x | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |