Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
window.resizeTo(newwidth, newheight);
window.moveTo(0,0);
window.resizeTo(screen.width, screen.height);
window.open('where.html','name','width=' + screen.width + ',height=' + screen.height + ',directories=no,location=no,menubar=no,scrollbars=no,status=no,toolbar=no,resizable=no');
<a href="javascript:window.open('where.html','name','width=' + screen.width + ',height=' + screen.height + ',directories=no,location=no,menubar=no,scrollbars=no,status=no,toolbar=no,resizable=no')">link word</a>
<body onload="window.moveTo(0,0);"...