touch.json 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368
  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":"https://www.w3.org/TR/touch-events/",
  5. "status":"rec",
  6. "links":[
  7. {
  8. "url":"https://www.quirksmode.org/mobile/tableTouch.html",
  9. "title":"Detailed support tables"
  10. },
  11. {
  12. "url":"https://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":"https://github.com/CamHenlin/TouchPolyfill",
  25. "title":"Touch polyfill for supporting touch events on Internet Explorer"
  26. },
  27. {
  28. "url":"https://developer.mozilla.org/en-US/docs/Web/API/Touch_events",
  29. "title":"MDN \u2013 Touch events"
  30. }
  31. ],
  32. "bugs":[
  33. {
  34. "description":"Beware, android 2.3 and below do not detect multiple touches."
  35. },
  36. {
  37. "description":"Firefox 4 & 5 support a [non-standard](https://hacks.mozilla.org/2010/08/firefox4-beta3/) implementation to achieve the same."
  38. }
  39. ],
  40. "categories":[
  41. "DOM",
  42. "JS API"
  43. ],
  44. "stats":{
  45. "ie":{
  46. "5.5":"n",
  47. "6":"n",
  48. "7":"n",
  49. "8":"n",
  50. "9":"n",
  51. "10":"p",
  52. "11":"p"
  53. },
  54. "edge":{
  55. "12":"n d #3",
  56. "13":"n d #3",
  57. "14":"n d #3",
  58. "15":"n d #3",
  59. "16":"n d #3",
  60. "17":"n d #3",
  61. "18":"n d #3"
  62. },
  63. "firefox":{
  64. "2":"n",
  65. "3":"n",
  66. "3.5":"n",
  67. "3.6":"n",
  68. "4":"a",
  69. "5":"a",
  70. "6":"a",
  71. "7":"a",
  72. "8":"a",
  73. "9":"a",
  74. "10":"a",
  75. "11":"a",
  76. "12":"a",
  77. "13":"a",
  78. "14":"a",
  79. "15":"a",
  80. "16":"a",
  81. "17":"a",
  82. "18":"y",
  83. "19":"y",
  84. "20":"y",
  85. "21":"y",
  86. "22":"y",
  87. "23":"y",
  88. "24":"y",
  89. "25":"n d #1",
  90. "26":"n d #1",
  91. "27":"n d #1",
  92. "28":"n d #1",
  93. "29":"n d #1",
  94. "30":"n d #1",
  95. "31":"n d #1",
  96. "32":"n d #1",
  97. "33":"n d #1",
  98. "34":"n d #1",
  99. "35":"n d #1",
  100. "36":"n d #1",
  101. "37":"n d #1",
  102. "38":"n d #1",
  103. "39":"n d #1",
  104. "40":"n d #1",
  105. "41":"n d #1",
  106. "42":"n d #1",
  107. "43":"n d #1",
  108. "44":"n d #1",
  109. "45":"n d #1",
  110. "46":"n d #1",
  111. "47":"n d #1",
  112. "48":"n d #1",
  113. "49":"n d #1",
  114. "50":"n d #1",
  115. "51":"n d #1",
  116. "52":"y",
  117. "53":"y",
  118. "54":"y",
  119. "55":"y",
  120. "56":"y",
  121. "57":"y",
  122. "58":"y",
  123. "59":"y",
  124. "60":"y",
  125. "61":"y",
  126. "62":"y",
  127. "63":"y",
  128. "64":"y",
  129. "65":"y",
  130. "66":"y"
  131. },
  132. "chrome":{
  133. "4":"n",
  134. "5":"n",
  135. "6":"n",
  136. "7":"n",
  137. "8":"n",
  138. "9":"n",
  139. "10":"n",
  140. "11":"n",
  141. "12":"n",
  142. "13":"n",
  143. "14":"n",
  144. "15":"n",
  145. "16":"n",
  146. "17":"n",
  147. "18":"n",
  148. "19":"n",
  149. "20":"n",
  150. "21":"n",
  151. "22":"y",
  152. "23":"y",
  153. "24":"y",
  154. "25":"y",
  155. "26":"y",
  156. "27":"y",
  157. "28":"y",
  158. "29":"y",
  159. "30":"y",
  160. "31":"y",
  161. "32":"y",
  162. "33":"y",
  163. "34":"y",
  164. "35":"y",
  165. "36":"y",
  166. "37":"y",
  167. "38":"y",
  168. "39":"y",
  169. "40":"y",
  170. "41":"y",
  171. "42":"y",
  172. "43":"y",
  173. "44":"y",
  174. "45":"y",
  175. "46":"y",
  176. "47":"y",
  177. "48":"y",
  178. "49":"y",
  179. "50":"y",
  180. "51":"y",
  181. "52":"y",
  182. "53":"y",
  183. "54":"y",
  184. "55":"y",
  185. "56":"y",
  186. "57":"y",
  187. "58":"y",
  188. "59":"y",
  189. "60":"y",
  190. "61":"y",
  191. "62":"y",
  192. "63":"y",
  193. "64":"y",
  194. "65":"y",
  195. "66":"y",
  196. "67":"y",
  197. "68":"y",
  198. "69":"y",
  199. "70":"y",
  200. "71":"y",
  201. "72":"y",
  202. "73":"y",
  203. "74":"y"
  204. },
  205. "safari":{
  206. "3.1":"n",
  207. "3.2":"n",
  208. "4":"n",
  209. "5":"n",
  210. "5.1":"n",
  211. "6":"n",
  212. "6.1":"n",
  213. "7":"n",
  214. "7.1":"n",
  215. "8":"n",
  216. "9":"n",
  217. "9.1":"n",
  218. "10":"n",
  219. "10.1":"n",
  220. "11":"n",
  221. "11.1":"n",
  222. "12":"n",
  223. "TP":"n"
  224. },
  225. "opera":{
  226. "9":"n",
  227. "9.5-9.6":"n",
  228. "10.0-10.1":"n",
  229. "10.5":"n",
  230. "10.6":"n",
  231. "11":"n",
  232. "11.1":"n",
  233. "11.5":"n",
  234. "11.6":"n",
  235. "12":"n",
  236. "12.1":"n",
  237. "15":"y",
  238. "16":"y",
  239. "17":"y",
  240. "18":"y",
  241. "19":"y",
  242. "20":"y",
  243. "21":"y",
  244. "22":"y",
  245. "23":"y",
  246. "24":"y",
  247. "25":"y",
  248. "26":"y",
  249. "27":"y",
  250. "28":"y",
  251. "29":"y",
  252. "30":"y",
  253. "31":"y",
  254. "32":"y",
  255. "33":"y",
  256. "34":"y",
  257. "35":"y",
  258. "36":"y",
  259. "37":"y",
  260. "38":"y",
  261. "39":"y",
  262. "40":"y",
  263. "41":"y",
  264. "42":"y",
  265. "43":"y",
  266. "44":"y",
  267. "45":"y",
  268. "46":"y",
  269. "47":"y",
  270. "48":"y",
  271. "49":"y",
  272. "50":"y",
  273. "51":"y",
  274. "52":"y",
  275. "53":"y",
  276. "54":"y",
  277. "55":"y",
  278. "56":"y",
  279. "57":"y"
  280. },
  281. "ios_saf":{
  282. "3.2":"y",
  283. "4.0-4.1":"y",
  284. "4.2-4.3":"y",
  285. "5.0-5.1":"y",
  286. "6.0-6.1":"y",
  287. "7.0-7.1":"y",
  288. "8":"y",
  289. "8.1-8.4":"y",
  290. "9.0-9.2":"y",
  291. "9.3":"y",
  292. "10.0-10.2":"y",
  293. "10.3":"y",
  294. "11.0-11.2":"y",
  295. "11.3-11.4":"y",
  296. "12.0-12.1":"y"
  297. },
  298. "op_mini":{
  299. "all":"n"
  300. },
  301. "android":{
  302. "2.1":"y",
  303. "2.2":"y",
  304. "2.3":"y",
  305. "3":"y",
  306. "4":"y",
  307. "4.1":"y",
  308. "4.2-4.3":"y",
  309. "4.4":"y",
  310. "4.4.3-4.4.4":"y",
  311. "67":"y"
  312. },
  313. "bb":{
  314. "7":"y",
  315. "10":"y"
  316. },
  317. "op_mob":{
  318. "10":"n",
  319. "11":"y",
  320. "11.1":"y",
  321. "11.5":"y",
  322. "12":"y",
  323. "12.1":"y",
  324. "46":"y"
  325. },
  326. "and_chr":{
  327. "70":"y"
  328. },
  329. "and_ff":{
  330. "63":"y"
  331. },
  332. "ie_mob":{
  333. "10":"p",
  334. "11":"a #2"
  335. },
  336. "and_uc":{
  337. "11.8":"y"
  338. },
  339. "samsung":{
  340. "4":"y",
  341. "5":"y",
  342. "6.2":"y",
  343. "7.2":"y"
  344. },
  345. "and_qq":{
  346. "1.2":"y"
  347. },
  348. "baidu":{
  349. "7.12":"y"
  350. }
  351. },
  352. "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.",
  353. "notes_by_num":{
  354. "1":"Can be enabled in Firefox using the dom.w3c_touch_events.enabled flag (disabled by default for site compatibility reasons)",
  355. "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)\"",
  356. "3":"Can be enabled in Edge using the \"Enable touch events\" flag under `about:flags`"
  357. },
  358. "usage_perc_y":85.44,
  359. "usage_perc_a":0.23,
  360. "ucprefix":false,
  361. "parent":"",
  362. "keywords":"touchstart,touchend,touchmove,touchenter,touchleave,touchcancel",
  363. "ie_id":"touchevents",
  364. "chrome_id":"6156165603917824",
  365. "firefox_id":"",
  366. "webkit_id":"",
  367. "shown":true
  368. }