touch.json 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436
  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. "79":"y",
  63. "80":"y",
  64. "81":"y",
  65. "83":"y",
  66. "84":"y",
  67. "85":"y",
  68. "86":"y"
  69. },
  70. "firefox":{
  71. "2":"n",
  72. "3":"n",
  73. "3.5":"n",
  74. "3.6":"n",
  75. "4":"a",
  76. "5":"a",
  77. "6":"a",
  78. "7":"a",
  79. "8":"a",
  80. "9":"a",
  81. "10":"a",
  82. "11":"a",
  83. "12":"a",
  84. "13":"a",
  85. "14":"a",
  86. "15":"a",
  87. "16":"a",
  88. "17":"a",
  89. "18":"y",
  90. "19":"y",
  91. "20":"y",
  92. "21":"y",
  93. "22":"y",
  94. "23":"y",
  95. "24":"y",
  96. "25":"n d #1",
  97. "26":"n d #1",
  98. "27":"n d #1",
  99. "28":"n d #1",
  100. "29":"n d #1",
  101. "30":"n d #1",
  102. "31":"n d #1",
  103. "32":"n d #1",
  104. "33":"n d #1",
  105. "34":"n d #1",
  106. "35":"n d #1",
  107. "36":"n d #1",
  108. "37":"n d #1",
  109. "38":"n d #1",
  110. "39":"n d #1",
  111. "40":"n d #1",
  112. "41":"n d #1",
  113. "42":"n d #1",
  114. "43":"n d #1",
  115. "44":"n d #1",
  116. "45":"n d #1",
  117. "46":"n d #1",
  118. "47":"n d #1",
  119. "48":"n d #1",
  120. "49":"n d #1",
  121. "50":"n d #1",
  122. "51":"n d #1",
  123. "52":"y",
  124. "53":"y",
  125. "54":"y",
  126. "55":"y",
  127. "56":"y",
  128. "57":"y",
  129. "58":"y",
  130. "59":"y",
  131. "60":"y",
  132. "61":"y",
  133. "62":"y",
  134. "63":"y",
  135. "64":"y",
  136. "65":"y",
  137. "66":"y",
  138. "67":"y",
  139. "68":"y",
  140. "69":"y",
  141. "70":"y",
  142. "71":"y",
  143. "72":"y",
  144. "73":"y",
  145. "74":"y",
  146. "75":"y",
  147. "76":"y",
  148. "77":"y",
  149. "78":"y",
  150. "79":"y",
  151. "80":"y",
  152. "81":"y",
  153. "82":"y",
  154. "83":"y"
  155. },
  156. "chrome":{
  157. "4":"n",
  158. "5":"n",
  159. "6":"n",
  160. "7":"n",
  161. "8":"n",
  162. "9":"n",
  163. "10":"n",
  164. "11":"n",
  165. "12":"n",
  166. "13":"n",
  167. "14":"n",
  168. "15":"n",
  169. "16":"n",
  170. "17":"n",
  171. "18":"n",
  172. "19":"n",
  173. "20":"n",
  174. "21":"n",
  175. "22":"y",
  176. "23":"y",
  177. "24":"y",
  178. "25":"y",
  179. "26":"y",
  180. "27":"y",
  181. "28":"y",
  182. "29":"y",
  183. "30":"y",
  184. "31":"y",
  185. "32":"y",
  186. "33":"y",
  187. "34":"y",
  188. "35":"y",
  189. "36":"y",
  190. "37":"y",
  191. "38":"y",
  192. "39":"y",
  193. "40":"y",
  194. "41":"y",
  195. "42":"y",
  196. "43":"y",
  197. "44":"y",
  198. "45":"y",
  199. "46":"y",
  200. "47":"y",
  201. "48":"y",
  202. "49":"y",
  203. "50":"y",
  204. "51":"y",
  205. "52":"y",
  206. "53":"y",
  207. "54":"y",
  208. "55":"y",
  209. "56":"y",
  210. "57":"y",
  211. "58":"y",
  212. "59":"y",
  213. "60":"y",
  214. "61":"y",
  215. "62":"y",
  216. "63":"y",
  217. "64":"y",
  218. "65":"y",
  219. "66":"y",
  220. "67":"y",
  221. "68":"y",
  222. "69":"y",
  223. "70":"y",
  224. "71":"y",
  225. "72":"y",
  226. "73":"y",
  227. "74":"y",
  228. "75":"y",
  229. "76":"y",
  230. "77":"y",
  231. "78":"y",
  232. "79":"y",
  233. "80":"y",
  234. "81":"y",
  235. "83":"y",
  236. "84":"y",
  237. "85":"y",
  238. "86":"y",
  239. "87":"y",
  240. "88":"y",
  241. "89":"y"
  242. },
  243. "safari":{
  244. "3.1":"n",
  245. "3.2":"n",
  246. "4":"n",
  247. "5":"n",
  248. "5.1":"n",
  249. "6":"n",
  250. "6.1":"n",
  251. "7":"n",
  252. "7.1":"n",
  253. "8":"n",
  254. "9":"n",
  255. "9.1":"n",
  256. "10":"n",
  257. "10.1":"n",
  258. "11":"n",
  259. "11.1":"n",
  260. "12":"n",
  261. "12.1":"n",
  262. "13":"n",
  263. "13.1":"n",
  264. "14":"n",
  265. "TP":"n"
  266. },
  267. "opera":{
  268. "9":"n",
  269. "9.5-9.6":"n",
  270. "10.0-10.1":"n",
  271. "10.5":"n",
  272. "10.6":"n",
  273. "11":"n",
  274. "11.1":"n",
  275. "11.5":"n",
  276. "11.6":"n",
  277. "12":"n",
  278. "12.1":"n",
  279. "15":"y",
  280. "16":"y",
  281. "17":"y",
  282. "18":"y",
  283. "19":"y",
  284. "20":"y",
  285. "21":"y",
  286. "22":"y",
  287. "23":"y",
  288. "24":"y",
  289. "25":"y",
  290. "26":"y",
  291. "27":"y",
  292. "28":"y",
  293. "29":"y",
  294. "30":"y",
  295. "31":"y",
  296. "32":"y",
  297. "33":"y",
  298. "34":"y",
  299. "35":"y",
  300. "36":"y",
  301. "37":"y",
  302. "38":"y",
  303. "39":"y",
  304. "40":"y",
  305. "41":"y",
  306. "42":"y",
  307. "43":"y",
  308. "44":"y",
  309. "45":"y",
  310. "46":"y",
  311. "47":"y",
  312. "48":"y",
  313. "49":"y",
  314. "50":"y",
  315. "51":"y",
  316. "52":"y",
  317. "53":"y",
  318. "54":"y",
  319. "55":"y",
  320. "56":"y",
  321. "57":"y",
  322. "58":"y",
  323. "60":"y",
  324. "62":"y",
  325. "63":"y",
  326. "64":"y",
  327. "65":"y",
  328. "66":"y",
  329. "67":"y",
  330. "68":"y",
  331. "69":"y",
  332. "70":"y",
  333. "71":"y"
  334. },
  335. "ios_saf":{
  336. "3.2":"y",
  337. "4.0-4.1":"y",
  338. "4.2-4.3":"y",
  339. "5.0-5.1":"y",
  340. "6.0-6.1":"y",
  341. "7.0-7.1":"y",
  342. "8":"y",
  343. "8.1-8.4":"y",
  344. "9.0-9.2":"y",
  345. "9.3":"y",
  346. "10.0-10.2":"y",
  347. "10.3":"y",
  348. "11.0-11.2":"y",
  349. "11.3-11.4":"y",
  350. "12.0-12.1":"y",
  351. "12.2-12.4":"y",
  352. "13.0-13.1":"y",
  353. "13.2":"y",
  354. "13.3":"y",
  355. "13.4-13.7":"y",
  356. "14":"y"
  357. },
  358. "op_mini":{
  359. "all":"n"
  360. },
  361. "android":{
  362. "2.1":"y",
  363. "2.2":"y",
  364. "2.3":"y",
  365. "3":"y",
  366. "4":"y",
  367. "4.1":"y",
  368. "4.2-4.3":"y",
  369. "4.4":"y",
  370. "4.4.3-4.4.4":"y",
  371. "81":"y"
  372. },
  373. "bb":{
  374. "7":"y",
  375. "10":"y"
  376. },
  377. "op_mob":{
  378. "10":"n",
  379. "11":"y",
  380. "11.1":"y",
  381. "11.5":"y",
  382. "12":"y",
  383. "12.1":"y",
  384. "59":"y"
  385. },
  386. "and_chr":{
  387. "85":"y"
  388. },
  389. "and_ff":{
  390. "79":"y"
  391. },
  392. "ie_mob":{
  393. "10":"p",
  394. "11":"a #2"
  395. },
  396. "and_uc":{
  397. "12.12":"y"
  398. },
  399. "samsung":{
  400. "4":"y",
  401. "5.0-5.4":"y",
  402. "6.2-6.4":"y",
  403. "7.2-7.4":"y",
  404. "8.2":"y",
  405. "9.2":"y",
  406. "10.1":"y",
  407. "11.1-11.2":"y",
  408. "12.0":"y"
  409. },
  410. "and_qq":{
  411. "10.4":"y"
  412. },
  413. "baidu":{
  414. "7.12":"y"
  415. },
  416. "kaios":{
  417. "2.5":"n"
  418. }
  419. },
  420. "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.",
  421. "notes_by_num":{
  422. "1":"Can be enabled in Firefox using the dom.w3c_touch_events.enabled flag (disabled by default for site compatibility reasons)",
  423. "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)\"",
  424. "3":"Can be enabled in Edge using the \"Enable touch events\" flag under `about:flags`"
  425. },
  426. "usage_perc_y":91.91,
  427. "usage_perc_a":0.12,
  428. "ucprefix":false,
  429. "parent":"",
  430. "keywords":"touchstart,touchend,touchmove,touchenter,touchleave,touchcancel",
  431. "ie_id":"touchevents",
  432. "chrome_id":"6156165603917824",
  433. "firefox_id":"",
  434. "webkit_id":"",
  435. "shown":true
  436. }