diff options
author | Joonghun Park <jh718.park@samsung.com> | 2013-10-22 16:54:55 +0900 |
---|---|---|
committer | Joonghun Park <jh718.park@samsung.com> | 2013-10-22 17:24:37 +0900 |
commit | 02e5489c355f579fc3fca1847d3e1b19b6202948 (patch) | |
tree | bf84398a10a3a2a89ef8379297336a64ea9ac379 | |
parent | 530522556998a970e6627eb55bf38e43cbefcb6d (diff) | |
download | DeviceMotionCapture-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-x | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |