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.
alert('User agent string: ' + navigator.userAgent + '\nRunning on OS: ' + navigator.platform);
<head><title>My Site</title></head>
<frameset rows="100%,*">
<frame src="nonpda.htm" scrolling="yes" />
<noframes><body>
<a href="pda.htm">PDA Version</a>
</noframes></body></frameset></html>
since PDAs do not directly support framesets
For instance it not let me show anything i add to body by javascript function on load.