Caniuse: allowfullscreen attribute for iframes

Created on 9 Feb 2016  Â·  3Comments  Â·  Source: Fyrd/caniuse

The mere existence of mozallowfullscreen and webkitallowfullscreen suggests that allowfullscreen comes with compatibility issues. I blindly just use all 3, while also suppressing my inner fear that IE doesn't support any of it.

Support data suggestion

Most helpful comment

All 3 comments

Please note that Feature-Policy introduced the allow attribute. The attributes below (including the allowfullscreen as mentioned here) are considered legacy attributes and have equivalent allow directives. The legacy attributes will be ignored when allow is present (and supported).

  • allowfullscreen attribute is obsolete to feature-policy directive: allow="fullscreen"
  • allowpaymentrequest attribute is obsolete to feature-policy directive: allow="payment"
  • allowusermedia attribute is obsolete to feature-policy directives: allow="camera microphone"

Available at https://caniuse.com/#feat=mdn-html_elements_iframe_allowfullscreen

Was this page helpful?
0 / 5 - 0 ratings

Related issues

greigs picture greigs  Â·  3Comments

valioDOTch picture valioDOTch  Â·  3Comments

Schweinepriester picture Schweinepriester  Â·  3Comments

SanderMuller picture SanderMuller  Â·  3Comments

Schweinepriester picture Schweinepriester  Â·  3Comments