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

混江龙づ霸主 提交于 2019-12-10 02:19:10

问题


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


回答1:


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.




回答2:


There isn't one. It's part of IE10's features for supporting custom multi-touch interactions or gestures.

Take a look at this overview of the implemented, prefixed CSS properties, and their counterparts in other web browser engines.




回答3:


Chrome is shipping touch-action support in Chrome 35 (now in beta): http://blog.chromium.org/2014/04/chrome-35-beta-more-developer-control.html



来源:https://stackoverflow.com/questions/10255727/what-is-ms-touch-action-called-in-other-browsers

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!