revise viewport metatag with user-scalable=no
authorJoonghun Park <jh718.park@samsung.com>
Tue, 22 Oct 2013 07:56:49 +0000 (16:56 +0900)
committerJoonghun Park <jh718.park@samsung.com>
Tue, 22 Oct 2013 08:29:58 +0000 (17:29 +0900)
[title] revise viewport metatag with user-scalable=no
[issue#] TDIS-7445
[problem] Some web sample applications have a small font display on IA HD device which has 960 vieewport width
[solve] revise viewport metatag width with user-scalable=no

Change-Id: I1afb91569397e02409869e854fad737d682ed9cf

index.html

index 433539a..a060994 100755 (executable)
@@ -2,7 +2,7 @@
 <html>
 <head>
     <meta charset="utf-8" />
-    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
+    <meta name="viewport" content="width=device-width, user-scalable=no">
     <meta name="description" content="Tizen basic template generated by Tizen Web IDE"/>
 
     <title>Device Orientation - Device Image Rotation</title>