Author: kpreisser
Date: Fri Oct 11 12:34:55 2013
New Revision: 1531271
URL: http://svn.apache.org/r1531271
Log:
Add standards-based "touch-action" style.
Modified:
tomcat/trunk/webapps/examples/websocket/drawboard.xhtml
Modified: tomcat/trunk/webapps/examples/websocket/drawboard.xhtml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/websocket/drawboard.xhtml?rev=1531271&r1=1531270&r2=1531271&view=diff
==============================================================================
--- tomcat/trunk/webapps/examples/websocket/drawboard.xhtml (original)
+++ tomcat/trunk/webapps/examples/websocket/drawboard.xhtml Fri Oct 11 12:34:55
2013
@@ -54,7 +54,8 @@
#drawContainer canvas {
display: block;
- -ms-touch-action: none; /* Disable touch behaviors, like pan and
zoom */
+ -ms-touch-action: none;
+ touch-action: none; /* Disable touch behaviors, like pan and zoom
*/
}
#labelContainer {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]