touch.json 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299
  1. {
  2. "title":"Touch events",
  3. "description":"Method of registering when, where and how the interface is touched, for devices with a touch screen. These DOM events are similar to mousedown, mousemove, etc.",
  4. "spec":"http://www.w3.org/TR/touch-events/",
  5. "status":"rec",
  6. "links":[
  7. {
  8. "url":"http://www.quirksmode.org/mobile/tableTouch.html",
  9. "title":"Detailed support tables"
  10. },
  11. {
  12. "url":"http://www.quirksmode.org/m/tests/drag2.html",
  13. "title":"Multi-touch demo"
  14. },
  15. {
  16. "url":"http://schepers.cc/getintouch",
  17. "title":"Information on the spec development"
  18. },
  19. {
  20. "url":"http://msdn.microsoft.com/en-us/library/ie/hh673557(v=vs.85).aspx",
  21. "title":"Internet Explorer's gesture and touch implementation."
  22. },
  23. {
  24. "url":"http://github.com/CamHenlin/TouchPolyfill",
  25. "title":"Touch polyfill for supporting touch events on Internet Explorer"
  26. }
  27. ],
  28. "bugs":[
  29. {
  30. "description":"Beware, android 2.3 and below do not detect multiple touches."
  31. },
  32. {
  33. "description":"Firefox 4 & 5 support a [non-standard](https://hacks.mozilla.org/2010/08/firefox4-beta3/) implementation to achieve the same."
  34. }
  35. ],
  36. "categories":[
  37. "DOM",
  38. "JS API"
  39. ],
  40. "stats":{
  41. "ie":{
  42. "5.5":"n",
  43. "6":"n",
  44. "7":"n",
  45. "8":"n",
  46. "9":"n",
  47. "10":"p",
  48. "11":"p"
  49. },
  50. "edge":{
  51. "12":"n d #3",
  52. "13":"n d #3",
  53. "14":"n d #3"
  54. },
  55. "firefox":{
  56. "2":"n",
  57. "3":"n",
  58. "3.5":"n",
  59. "3.6":"n",
  60. "4":"a",
  61. "5":"a",
  62. "6":"a",
  63. "7":"a",
  64. "8":"a",
  65. "9":"a",
  66. "10":"a",
  67. "11":"a",
  68. "12":"a",
  69. "13":"a",
  70. "14":"a",
  71. "15":"a",
  72. "16":"a",
  73. "17":"a",
  74. "18":"y",
  75. "19":"y",
  76. "20":"y",
  77. "21":"y",
  78. "22":"y",
  79. "23":"y",
  80. "24":"y",
  81. "25":"n d #1",
  82. "26":"n d #1",
  83. "27":"n d #1",
  84. "28":"n d #1",
  85. "29":"n d #1",
  86. "30":"n d #1",
  87. "31":"n d #1",
  88. "32":"n d #1",
  89. "33":"n d #1",
  90. "34":"n d #1",
  91. "35":"n d #1",
  92. "36":"n d #1",
  93. "37":"n d #1",
  94. "38":"n d #1",
  95. "39":"n d #1",
  96. "40":"n d #1",
  97. "41":"n d #1",
  98. "42":"n d #1",
  99. "43":"n d #1",
  100. "44":"n d #1",
  101. "45":"n d #1",
  102. "46":"n d #1",
  103. "47":"n d #1",
  104. "48":"n d #1",
  105. "49":"n d #1",
  106. "50":"n d #1",
  107. "51":"n d #1",
  108. "52":"n d #1",
  109. "53":"n d #1"
  110. },
  111. "chrome":{
  112. "4":"n",
  113. "5":"n",
  114. "6":"n",
  115. "7":"n",
  116. "8":"n",
  117. "9":"n",
  118. "10":"n",
  119. "11":"n",
  120. "12":"n",
  121. "13":"n",
  122. "14":"n",
  123. "15":"n",
  124. "16":"n",
  125. "17":"n",
  126. "18":"n",
  127. "19":"n",
  128. "20":"n",
  129. "21":"n",
  130. "22":"y",
  131. "23":"y",
  132. "24":"y",
  133. "25":"y",
  134. "26":"y",
  135. "27":"y",
  136. "28":"y",
  137. "29":"y",
  138. "30":"y",
  139. "31":"y",
  140. "32":"y",
  141. "33":"y",
  142. "34":"y",
  143. "35":"y",
  144. "36":"y",
  145. "37":"y",
  146. "38":"y",
  147. "39":"y",
  148. "40":"y",
  149. "41":"y",
  150. "42":"y",
  151. "43":"y",
  152. "44":"y",
  153. "45":"y",
  154. "46":"y",
  155. "47":"y",
  156. "48":"y",
  157. "49":"y",
  158. "50":"y",
  159. "51":"y",
  160. "52":"y",
  161. "53":"y",
  162. "54":"y",
  163. "55":"y",
  164. "56":"y",
  165. "57":"y"
  166. },
  167. "safari":{
  168. "3.1":"n",
  169. "3.2":"n",
  170. "4":"n",
  171. "5":"n",
  172. "5.1":"n",
  173. "6":"n",
  174. "6.1":"n",
  175. "7":"n",
  176. "7.1":"n",
  177. "8":"n",
  178. "9":"n",
  179. "9.1":"n",
  180. "10":"n",
  181. "TP":"n"
  182. },
  183. "opera":{
  184. "9":"n",
  185. "9.5-9.6":"n",
  186. "10.0-10.1":"n",
  187. "10.5":"n",
  188. "10.6":"n",
  189. "11":"n",
  190. "11.1":"n",
  191. "11.5":"n",
  192. "11.6":"n",
  193. "12":"n",
  194. "12.1":"n",
  195. "15":"y",
  196. "16":"y",
  197. "17":"y",
  198. "18":"y",
  199. "19":"y",
  200. "20":"y",
  201. "21":"y",
  202. "22":"y",
  203. "23":"y",
  204. "24":"y",
  205. "25":"y",
  206. "26":"y",
  207. "27":"y",
  208. "28":"y",
  209. "29":"y",
  210. "30":"y",
  211. "31":"y",
  212. "32":"y",
  213. "33":"y",
  214. "34":"y",
  215. "35":"y",
  216. "36":"y",
  217. "37":"y",
  218. "38":"y",
  219. "39":"y",
  220. "40":"y",
  221. "41":"y",
  222. "42":"y",
  223. "43":"y"
  224. },
  225. "ios_saf":{
  226. "3.2":"y",
  227. "4.0-4.1":"y",
  228. "4.2-4.3":"y",
  229. "5.0-5.1":"y",
  230. "6.0-6.1":"y",
  231. "7.0-7.1":"y",
  232. "8":"y",
  233. "8.1-8.4":"y",
  234. "9.0-9.2":"y",
  235. "9.3":"y",
  236. "10-10.1":"y"
  237. },
  238. "op_mini":{
  239. "all":"n"
  240. },
  241. "android":{
  242. "2.1":"y",
  243. "2.2":"y",
  244. "2.3":"y",
  245. "3":"y",
  246. "4":"y",
  247. "4.1":"y",
  248. "4.2-4.3":"y",
  249. "4.4":"y",
  250. "4.4.3-4.4.4":"y",
  251. "53":"y"
  252. },
  253. "bb":{
  254. "7":"y",
  255. "10":"y"
  256. },
  257. "op_mob":{
  258. "10":"n",
  259. "11":"y",
  260. "11.1":"y",
  261. "11.5":"y",
  262. "12":"y",
  263. "12.1":"y",
  264. "37":"y"
  265. },
  266. "and_chr":{
  267. "54":"y"
  268. },
  269. "and_ff":{
  270. "50":"y"
  271. },
  272. "ie_mob":{
  273. "10":"p",
  274. "11":"a #2"
  275. },
  276. "and_uc":{
  277. "11":"y"
  278. },
  279. "samsung":{
  280. "4":"y"
  281. }
  282. },
  283. "notes":"Internet Explorer implements Pointer Events specification which supports more input devices than Touch Events one.\r\n\r\nThere is a library on GitHub that is working toward bringing W3C touch events to IE 10 and 11: https://github.com/CamHenlin/TouchPolyfill \r\n\r\nRemoved support in Firefox refers to desktop Firefox only.",
  284. "notes_by_num":{
  285. "1":"Can be enabled in Firefox using the dom.w3c_touch_events.enabled flag (disabled by default for site compatibility reasons)",
  286. "2":"Supported on IE11 Mobile for phones with \"[Windows Phone 8.1 Update](http://blogs.msdn.com/b/ie/archive/2014/07/31/the-mobile-web-should-just-work-for-everyone.aspx)\"",
  287. "3":"Can be enabled in Edge using the \"Enable touch events\" flag under `about:flags`"
  288. },
  289. "usage_perc_y":77.7,
  290. "usage_perc_a":0.57,
  291. "ucprefix":false,
  292. "parent":"",
  293. "keywords":"touchstart,touchend,touchmove,touchenter,touchleave,touchcancel",
  294. "ie_id":"touchevents",
  295. "chrome_id":"6156165603917824",
  296. "firefox_id":"",
  297. "webkit_id":"",
  298. "shown":true
  299. }