summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonghun Park <jh718.park@samsung.com>2013-10-22 16:54:55 +0900
committerJoonghun Park <jh718.park@samsung.com>2013-10-22 17:24:37 +0900
commit02e5489c355f579fc3fca1847d3e1b19b6202948 (patch)
treebf84398a10a3a2a89ef8379297336a64ea9ac379
parent530522556998a970e6627eb55bf38e43cbefcb6d (diff)
downloadDeviceMotionCapture-02e5489c355f579fc3fca1847d3e1b19b6202948.tar.gz
DeviceMotionCapture-02e5489c355f579fc3fca1847d3e1b19b6202948.tar.bz2
DeviceMotionCapture-02e5489c355f579fc3fca1847d3e1b19b6202948.zip
revise viewport metatag with user-scalable=no
[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
-rwxr-xr-xindex.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 475fcd4..a0a0ab5 100755
--- a/index.html
+++ b/index.html
@@ -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>