Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
hm, ich hab keine anderen browser gecheckt, aber bei meinem Beispiel habe ich null scrollbalken, bei dem von struppi einen. (FF PC)Bei seinem Vorschlag gibt es nur einen Scrollbalken, bei Dir 2.
<!doctype html>
<html>
<head>
<title></title>
<style>
html, body{
height:100%;
margin:0;
padding:0
}
iframe{
position;absolute;
top:0;
left:0;
height:100%;
width:100%;
margin:0;
padding:0;
border:0
}
</style>
</head>
<body>
<iframe src="http://google.de"></iframe>
</body>
</html>
<!doctype html>
<html>
<head>
<title></title>
<style>
html, body{
height:100%;
margin:0;
padding:0
}
iframe{
position;absolute;
top:0;
left:0;
height:100%;
width:100%;
margin:0;
padding:0;
border:0
}
</style>
</head>
<body>
<iframe src="http://google.de"></iframe>
</body>
</html>