stale icon indicating copy to clipboard operation
stale copied to clipboard

Tutorialzine: “Enhance Your Website with the FullScreen API” lacks IE support

Open dstorey opened this issue 11 years ago • 0 comments

URL: http://tutorialzine.com/2012/02/enhance-your-website-fullscreen-api/

Issues:

  • Uses old API instead of new one: requestFullScreen instead of requestFullscreen (lowercase s needed)
  • Outdated browser support. Now supported by Opera 12.1+ and IE11+
  • Needs to add that IE supports the new API and needs the ms prefix. Also the webkit/blink browsers support the standard API with webkit prefix too. Only Firefox requires the old syntax. Except for CSS where IE uses new syntax without hyphen and the WebKit browsers use the hyphen
  • Linked jQuery plug-in doesn’t support IE

Contact: @martinaglv

dstorey avatar Feb 13 '14 02:02 dstorey