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:08:16 +0000 (14:08 +0900)
committerJoonghun Park <jh718.park@samsung.com>
Thu, 24 Oct 2013 05:09:38 +0000 (14:09 +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: Id8ac556d47f3b36d2768cf23a4f3e8d254226aca

index.html

index 7fce771..bfd602e 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="Device Orientation - Devicemotion Event"/>
 
     <title>Device Orientation - Device Motion Capture</title>