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

index.html

index 607c471..271aae4 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="SIMPLE CLOCK AND IMAGE CHECK IN OFFLINE - ApplicationCaches Tutorial"/>
 
     <title>SIMPLE CLOCK AND IMAGE CHECK IN OFFLINE - ApplicationCaches Tutorial</title>