stale
stale copied to clipboard
Tutorialzine: “Enhance Your Website with the FullScreen API” lacks IE support
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