Disable magnifier when user presses PD longly.
authorYunchan Cho <yunchan.cho@samsung.com>
Mon, 6 May 2013 05:39:10 +0000 (14:39 +0900)
committerYunchan Cho <yunchan.cho@samsung.com>
Mon, 6 May 2013 05:39:10 +0000 (14:39 +0900)
Change-Id: I3131e1bee0f272531777f276897ba7de16d657a7

pd/index.html

index 01d828c..f91bc31 100755 (executable)
                 window.opener.dispatchEvent(event);
             }
         </script>
+        <style>
+            * {
+                -webkit-user-select: none;
+                -user-select: none;
+            }
+        </style>
     </head>
     <body bgcolor="#FF9966" text="#FFFFFF">
         This is a DropView.<br>A DropView can control the Box.<br>