Return to Snippet

Revision: 51418
at September 23, 2011 18:18 by alexteg


Initial Code
if (this.webkitRequestFullScreen){
	document.documentElement.webkitRequestFullScreen ();
}else{
	alert('Browser not supported. You need to install the latest WebKit (for example Chrome 15) in order to use the full-screen API.');
}

Initial URL
http://peter.sh/2011/01/javascript-full-screen-api-navigation-timing-and-repeating-css-gradients/

Initial Description


Initial Title
Javascript Fullscreen API webkit

Initial Tags
javascript, api

Initial Language
JavaScript