Return to Snippet

Revision: 31149
at August 31, 2010 01:57 by tibichi


Initial Code
if( window.navigator.userAgent.indexOf('iPhone') != -1){
	if( window.navigator.standalone == true) initialize();
	else document.write('<p>Tap the + button and choose "Add to Home Screen"</p>');
	}
else{
	document.location.href = 'go-iphone.html';
}

Initial URL


Initial Description


Initial Title
iPhone Web App - Verify Agent

Initial Tags


Initial Language
JavaScript