fullscreen.json 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441
  1. {
  2. "title":"Full Screen API",
  3. "description":"API for allowing content (like a video or canvas element) to take up the entire screen.",
  4. "spec":"https://fullscreen.spec.whatwg.org/",
  5. "status":"ls",
  6. "links":[
  7. {
  8. "url":"https://developer.mozilla.org/en/DOM/Using_full-screen_mode",
  9. "title":"MDN Web Docs - Using Full Screen"
  10. },
  11. {
  12. "url":"http://jlongster.com/2011/11/21/canvas.html",
  13. "title":"Blog post"
  14. },
  15. {
  16. "url":"https://hacks.mozilla.org/2012/01/using-the-fullscreen-api-in-web-browsers/",
  17. "title":"Mozilla hacks article"
  18. },
  19. {
  20. "url":"https://www.webplatform.org/docs/dom/Element/requestFullscreen",
  21. "title":"WebPlatform Docs"
  22. }
  23. ],
  24. "bugs":[
  25. {
  26. "description":"IE 11 doesn't allow going to fullscreen mode when the event that triggers `msRequestFullscreen()` is a `keydown` or `pointerdown` event (`keypress` and `click` do work)"
  27. },
  28. {
  29. "description":"Safari blocks access to keyboard events in fullscreen mode (as a security measure)."
  30. },
  31. {
  32. "description":"Safari doesn't support stacking, meaning only one element can be set to full screen. `webkitRequestFullScreen()` is ignored for other elements and no error event is dispatched."
  33. },
  34. {
  35. "description":"IE 11 does not allow scrolling when document.documentElement is set to full screen."
  36. },
  37. {
  38. "description":"IE 11 does not properly support fullscreen when opening from an iframe."
  39. },
  40. {
  41. "description":"Opera 12.1 uses the older specificaton's `:fullscreen-ancestor` pseudo-class instead of the the `::backdrop` pseudo-element."
  42. }
  43. ],
  44. "categories":[
  45. "JS API"
  46. ],
  47. "stats":{
  48. "ie":{
  49. "5.5":"n",
  50. "6":"n",
  51. "7":"n",
  52. "8":"n",
  53. "9":"n",
  54. "10":"n",
  55. "11":"a x #3"
  56. },
  57. "edge":{
  58. "12":"a #3",
  59. "13":"a #3",
  60. "14":"a #3",
  61. "15":"a #3",
  62. "16":"a #3",
  63. "17":"a #3",
  64. "18":"a #3",
  65. "79":"y",
  66. "80":"y",
  67. "81":"y",
  68. "83":"y",
  69. "84":"y",
  70. "85":"y",
  71. "86":"y"
  72. },
  73. "firefox":{
  74. "2":"n",
  75. "3":"n",
  76. "3.5":"n",
  77. "3.6":"n",
  78. "4":"n",
  79. "5":"n",
  80. "6":"n",
  81. "7":"n",
  82. "8":"n",
  83. "9":"n",
  84. "10":"a x #1 #3",
  85. "11":"a x #1 #3",
  86. "12":"a x #1 #3",
  87. "13":"a x #1 #3",
  88. "14":"a x #1 #3",
  89. "15":"a x #1 #3",
  90. "16":"a x #1 #3",
  91. "17":"a x #1 #3",
  92. "18":"a x #1 #3",
  93. "19":"a x #1 #3",
  94. "20":"a x #1 #3",
  95. "21":"a x #1 #3",
  96. "22":"a x #1 #3",
  97. "23":"a x #1 #3",
  98. "24":"a x #1 #3",
  99. "25":"a x #1 #3",
  100. "26":"a x #1 #3",
  101. "27":"a x #1 #3",
  102. "28":"a x #1 #3",
  103. "29":"a x #1 #3",
  104. "30":"a x #1 #3",
  105. "31":"a x #1 #3",
  106. "32":"a x #1 #3",
  107. "33":"a x #1 #3",
  108. "34":"a x #1 #3",
  109. "35":"a x #1 #3",
  110. "36":"a x #1 #3",
  111. "37":"a x #1 #3",
  112. "38":"a x #1 #3",
  113. "39":"a x #1 #3",
  114. "40":"a x #1 #3",
  115. "41":"a x #1 #3",
  116. "42":"a x #1 #3",
  117. "43":"a x #1 #3",
  118. "44":"a x #1 #3",
  119. "45":"a x #1 #3",
  120. "46":"a x #1 #3",
  121. "47":"a x #1 #3 #4",
  122. "48":"a x #1 #3 #4",
  123. "49":"a x #1 #3 #4",
  124. "50":"a x #1 #3 #4",
  125. "51":"a x #1 #3 #4",
  126. "52":"a x #1 #3 #4",
  127. "53":"a x #1 #3 #4",
  128. "54":"a x #1 #3 #4",
  129. "55":"a x #1 #3 #4",
  130. "56":"a x #1 #3 #4",
  131. "57":"a x #1 #3 #4",
  132. "58":"a x #1 #3 #4",
  133. "59":"a x #1 #3 #4",
  134. "60":"a x #1 #3 #4",
  135. "61":"a x #1 #3 #4",
  136. "62":"a x #1 #3 #4",
  137. "63":"a x #1 #3 #4",
  138. "64":"y",
  139. "65":"y",
  140. "66":"y",
  141. "67":"y",
  142. "68":"y",
  143. "69":"y",
  144. "70":"y",
  145. "71":"y",
  146. "72":"y",
  147. "73":"y",
  148. "74":"y",
  149. "75":"y",
  150. "76":"y",
  151. "77":"y",
  152. "78":"y",
  153. "79":"y",
  154. "80":"y",
  155. "81":"y",
  156. "82":"y",
  157. "83":"y"
  158. },
  159. "chrome":{
  160. "4":"n",
  161. "5":"n",
  162. "6":"n",
  163. "7":"n",
  164. "8":"n",
  165. "9":"n",
  166. "10":"n",
  167. "11":"n",
  168. "12":"n",
  169. "13":"n",
  170. "14":"n",
  171. "15":"a x #1 #3",
  172. "16":"a x #1 #3",
  173. "17":"a x #1 #3",
  174. "18":"a x #1 #3",
  175. "19":"a x #1 #3",
  176. "20":"a x #2 #3",
  177. "21":"a x #2 #3",
  178. "22":"a x #2 #3",
  179. "23":"a x #2 #3",
  180. "24":"a x #2 #3",
  181. "25":"a x #2 #3",
  182. "26":"a x #2 #3",
  183. "27":"a x #2 #3",
  184. "28":"a x #2 #3",
  185. "29":"a x #2 #3",
  186. "30":"a x #2 #3",
  187. "31":"a x #2 #3",
  188. "32":"a x #2 #3",
  189. "33":"a x #2 #3",
  190. "34":"a x #2 #3",
  191. "35":"a x #2 #3",
  192. "36":"a x #2 #3",
  193. "37":"a x #2 #3",
  194. "38":"a x #2 #3",
  195. "39":"a x #2 #3",
  196. "40":"a x #2 #3",
  197. "41":"a x #2 #3",
  198. "42":"a x #2 #3",
  199. "43":"a x #2 #3",
  200. "44":"a x #2 #3",
  201. "45":"a x #2 #3",
  202. "46":"a x #2 #3",
  203. "47":"a x #2 #3",
  204. "48":"a x #2 #3",
  205. "49":"a x #2 #3",
  206. "50":"a x #2 #3",
  207. "51":"a x #2 #3",
  208. "52":"a x #2 #3",
  209. "53":"a x #2 #3",
  210. "54":"a x #2 #3",
  211. "55":"a x #2 #3",
  212. "56":"a x #2 #3",
  213. "57":"a x #2 #3",
  214. "58":"a x #2 #3",
  215. "59":"a x #2 #3",
  216. "60":"a x #2 #3",
  217. "61":"a x #2 #3",
  218. "62":"a x #2 #3",
  219. "63":"a x #2 #3",
  220. "64":"a x #2 #3",
  221. "65":"a x #2 #3",
  222. "66":"a x #2 #3",
  223. "67":"a x #2 #3",
  224. "68":"a x #2 #3",
  225. "69":"a x #2 #3",
  226. "70":"a x #2 #3",
  227. "71":"y",
  228. "72":"y",
  229. "73":"y",
  230. "74":"y",
  231. "75":"y",
  232. "76":"y",
  233. "77":"y",
  234. "78":"y",
  235. "79":"y",
  236. "80":"y",
  237. "81":"y",
  238. "83":"y",
  239. "84":"y",
  240. "85":"y",
  241. "86":"y",
  242. "87":"y",
  243. "88":"y",
  244. "89":"y"
  245. },
  246. "safari":{
  247. "3.1":"n",
  248. "3.2":"n",
  249. "4":"n",
  250. "5":"n",
  251. "5.1":"a x #1 #3",
  252. "6":"a x #2 #3",
  253. "6.1":"a x #2 #3",
  254. "7":"a x #2 #3",
  255. "7.1":"a x #2 #3",
  256. "8":"a x #2 #3",
  257. "9":"a x #2 #3",
  258. "9.1":"a x #2 #3",
  259. "10":"a x #2 #3",
  260. "10.1":"a x #2 #3",
  261. "11":"a x #2 #3",
  262. "11.1":"a x #2 #3",
  263. "12":"a x #2 #3",
  264. "12.1":"a x #2 #3",
  265. "13":"a x #2 #3",
  266. "13.1":"a x #2 #3",
  267. "14":"a x #2 #3",
  268. "TP":"a x #2 #3"
  269. },
  270. "opera":{
  271. "9":"n",
  272. "9.5-9.6":"n",
  273. "10.0-10.1":"n",
  274. "10.5":"n",
  275. "10.6":"n",
  276. "11":"n",
  277. "11.1":"n",
  278. "11.5":"n",
  279. "11.6":"n",
  280. "12":"n",
  281. "12.1":"y",
  282. "15":"a x #2 #3",
  283. "16":"a x #2 #3",
  284. "17":"a x #2 #3",
  285. "18":"a x #2 #3",
  286. "19":"a x #2 #3",
  287. "20":"a x #2 #3",
  288. "21":"a x #2 #3",
  289. "22":"a x #2 #3",
  290. "23":"a x #2 #3",
  291. "24":"a x #2 #3",
  292. "25":"a x #2 #3",
  293. "26":"a x #2 #3",
  294. "27":"a x #2 #3",
  295. "28":"a x #2 #3",
  296. "29":"a x #2 #3",
  297. "30":"a x #2 #3",
  298. "31":"a x #2 #3",
  299. "32":"a x #2 #3",
  300. "33":"a x #2 #3",
  301. "34":"a x #2 #3",
  302. "35":"a x #2 #3",
  303. "36":"a x #2 #3",
  304. "37":"a x #2 #3",
  305. "38":"a x #2 #3",
  306. "39":"a x #2 #3",
  307. "40":"a x #2 #3",
  308. "41":"a x #2 #3",
  309. "42":"a x #2 #3",
  310. "43":"a x #2 #3",
  311. "44":"a x #2 #3",
  312. "45":"a x #2 #3",
  313. "46":"a x #2 #3",
  314. "47":"a x #2 #3",
  315. "48":"a x #2 #3",
  316. "49":"a x #2 #3",
  317. "50":"a x #2 #3",
  318. "51":"a x #2 #3",
  319. "52":"a x #2 #3",
  320. "53":"a x #2 #3",
  321. "54":"a x #2 #3",
  322. "55":"a x #2 #3",
  323. "56":"a x #2 #3",
  324. "57":"a x #2 #3",
  325. "58":"a x #2 #3",
  326. "60":"a x #2 #3",
  327. "62":"a x #2 #3",
  328. "63":"a x #2 #3",
  329. "64":"y",
  330. "65":"y",
  331. "66":"y",
  332. "67":"y",
  333. "68":"y",
  334. "69":"y",
  335. "70":"y",
  336. "71":"y"
  337. },
  338. "ios_saf":{
  339. "3.2":"n",
  340. "4.0-4.1":"n",
  341. "4.2-4.3":"n",
  342. "5.0-5.1":"n",
  343. "6.0-6.1":"n",
  344. "7.0-7.1":"n",
  345. "8":"n",
  346. "8.1-8.4":"n",
  347. "9.0-9.2":"n",
  348. "9.3":"n",
  349. "10.0-10.2":"n",
  350. "10.3":"n",
  351. "11.0-11.2":"n",
  352. "11.3-11.4":"n",
  353. "12.0-12.1":"a #5",
  354. "12.2-12.4":"a #5",
  355. "13.0-13.1":"a #5",
  356. "13.2":"a #5",
  357. "13.3":"a #5",
  358. "13.4-13.7":"a #5",
  359. "14":"a #5"
  360. },
  361. "op_mini":{
  362. "all":"n"
  363. },
  364. "android":{
  365. "2.1":"n",
  366. "2.2":"n",
  367. "2.3":"n",
  368. "3":"n",
  369. "4":"n",
  370. "4.1":"n",
  371. "4.2-4.3":"n",
  372. "4.4":"n",
  373. "4.4.3-4.4.4":"n",
  374. "81":"n"
  375. },
  376. "bb":{
  377. "7":"n",
  378. "10":"a x #2"
  379. },
  380. "op_mob":{
  381. "10":"n",
  382. "11":"n",
  383. "11.1":"n",
  384. "11.5":"n",
  385. "12":"n",
  386. "12.1":"n",
  387. "59":"a x #2 #3"
  388. },
  389. "and_chr":{
  390. "85":"a x #2 #3"
  391. },
  392. "and_ff":{
  393. "79":"y"
  394. },
  395. "ie_mob":{
  396. "10":"n",
  397. "11":"a x #3"
  398. },
  399. "and_uc":{
  400. "12.12":"a x #2 #3"
  401. },
  402. "samsung":{
  403. "4":"a x #2 #3",
  404. "5.0-5.4":"a x #2 #3",
  405. "6.2-6.4":"a x #2 #3",
  406. "7.2-7.4":"a x #2 #3",
  407. "8.2":"a x #2 #3",
  408. "9.2":"a x #2 #3",
  409. "10.1":"y",
  410. "11.1-11.2":"y",
  411. "12.0":"y"
  412. },
  413. "and_qq":{
  414. "10.4":"a x #2 #3"
  415. },
  416. "baidu":{
  417. "7.12":"a x #2 #3"
  418. },
  419. "kaios":{
  420. "2.5":"y"
  421. }
  422. },
  423. "notes":"",
  424. "notes_by_num":{
  425. "1":"Partial support refers to supporting an earlier draft of the spec.",
  426. "2":"Partial support refers to not supporting `::backdrop`, and supporting the old `:full-screen` syntax rather than the standard `:fullscreen`.",
  427. "3":"Partial support refers to not returning a Promise, as specified in the latest version of the spec.",
  428. "4":"Unprefixed support is available behind the `full-screen-api.unprefix.enabled` flag",
  429. "5":"Partial support refers to supporting only iPad, not iPhone. Shows an overlay button which can not be disabled."
  430. },
  431. "usage_perc_y":41.17,
  432. "usage_perc_a":55.76,
  433. "ucprefix":false,
  434. "parent":"",
  435. "keywords":"full-screen,requestFullScreen,exitFullScreen",
  436. "ie_id":"fullscreenapi",
  437. "chrome_id":"5259513871466496",
  438. "firefox_id":"fullscreen",
  439. "webkit_id":"",
  440. "shown":true
  441. }