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:11:41 +0000 (14:11 +0900)
committerJoonghun Park <jh718.park@samsung.com>
Thu, 24 Oct 2013 05:12:25 +0000 (14:12 +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: Ia5131493272534b4f96760482d8c396b49cd791b

index.html

index fa30b4d..cdb1f4d 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="Tizen basic template generated by Tizen Web IDE"/>
 
     <title>Device Orientation - Device Image Rotation</title>