Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is -ms-touch-action called in other browsers?

What is the equivalent to -ms-touch-action for other browsers?

like image 980
Jonathan Allen Avatar asked Apr 21 '12 02:04

Jonathan Allen


1 Answers

There is now a non-prefixed touch-action property, proposed in the W3C Pointer Events Candidate recomendation.

From the MSDN documentation linked to in the OP:

As of Internet Explorer 11, the Microsoft vendor prefixed version of this event (-ms-touch-action) is no longer supported and may be removed in a future release. Instead, use the non-prefixed name touch-action, which is better for standards compliance and future compatibility.

like image 151
Chris Avatar answered Nov 15 '22 04:11

Chris