Sha256: 60c47e5c3b5d708153bded898a6692beb025d4c230894b788f5fc163252823c4
Contents?: true
Size: 542 Bytes
Versions: 144
Compression:
Stored size: 542 Bytes
Contents
Modernizr.addTest('fullscreen',function(){ for(var i = 0; i < Modernizr._domPrefixes.length; i++) { if( document[Modernizr._domPrefixes[i].toLowerCase() + 'CancelFullScreen']) return true; } return !!document['cancelFullScreen'] || false; }); // http://developer.apple.com/library/safari/documentation/AudioVideo/Conceptual/Using_HTML5_Audio_Video/ControllingMediaWithJavaScript/ControllingMediaWithJavaScript.html#//apple_ref/doc/uid/TP40009523-CH3-SW20 // https://developer.mozilla.org/en/API/Fullscreen
Version data entries
144 entries across 144 versions & 7 rubygems