touch.json 9.4 KB

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