revise viewport width to be pinned as 360 tizen_2.2 2.2.1_release
authorJoonghun Park <jh718.park@samsung.com>
Thu, 24 Oct 2013 05:13:39 +0000 (14:13 +0900)
committerJoonghun Park <jh718.park@samsung.com>
Thu, 24 Oct 2013 05:15:19 +0000 (14:15 +0900)
[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

index.html

index 29140a2..0b393ba 100755 (executable)
@@ -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>