revise viewport metatag with user-scalable=no
authorJoonghun Park <jh718.park@samsung.com>
Tue, 22 Oct 2013 07:54:55 +0000 (16:54 +0900)
committerJoonghun Park <jh718.park@samsung.com>
Tue, 22 Oct 2013 08:24:37 +0000 (17:24 +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: I247c554b1cbba55daa944906b1346e8938e2fa9b

index.html

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