revise viewport width to be pinned as 360
authorJoonghun Park <jh718.park@samsung.com>
Thu, 24 Oct 2013 05:22:34 +0000 (14:22 +0900)
committerJoonghun Park <jh718.park@samsung.com>
Thu, 24 Oct 2013 05:22:34 +0000 (14:22 +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: I437e41f33d31cd70d1f04cab72b0076d862acbe9

index.html

index 198d0c0..0553000 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="My Task - WebStorage Tutorial"/>
 
     <title>My Task - WebStorage Tutorial</title>