summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonghun Park <jh718.park@samsung.com>2013-10-24 14:08:16 +0900
committerJoonghun Park <jh718.park@samsung.com>2013-10-24 14:09:38 +0900
commit1db4fed87b5e2fbda79473797cc600cab5fd30e9 (patch)
treea71cc25f98210e05b400e178ecda00c02fc4a04a
parentc559b30acc32c7645ff1801bc831fe37141cdf94 (diff)
downloadDeviceMotionCapture-tizen_2.2.tar.gz
DeviceMotionCapture-tizen_2.2.tar.bz2
DeviceMotionCapture-tizen_2.2.zip
revise viewport width to be pinned as 3602.2.1_releasetizen_2.2
[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: Id8ac556d47f3b36d2768cf23a4f3e8d254226aca
-rwxr-xr-xindex.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 7fce771..bfd602e 100755
--- a/index.html
+++ b/index.html
@@ -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="Device Orientation - Devicemotion Event"/>
<title>Device Orientation - Device Motion Capture</title>