fullscreen.json 11 KB

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