Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »Usabell« (11. Februar 2011, 21:13)
when not setting the page size to the native screen resolution via the "viewport" meta tag,I also noticed that the entire pano seems a bit blurred or lower res than when viewed

please try using the latest beta/prelease - there fullscreen function has been a bit improved,And again, fullscreen does not work
|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
<style>
body { background-color: white; margin:0}
iframe { width: 100%; height: 100%; frameborder:0 }
</style>
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="viewport" content="target-densitydpi=device-dpi, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0" />
</head>
<iframe src="http://www.virtualtour.com" frameborder="0" >
</iframe>
</html>
|
I think not,So is there anything that can be done to make a 100%x100% iframe that has a normal iphone resolution?