I cleared my cache, history, and cookies and still have the same issue. If I turn on Debug I see the following error:
HTML Error on Line 5
http://hamoepage.mac.com/jrhowell/Sites…18Panorama.html
Viewport argument "target-densitydpi" not recognized. Content ignored.
Again ... this just seemed to become an issue with 4.3.4 on the iPad 2. It does work fine on 4.3.3 in a iPad (1).
I've attached the html file krpano produced.
Thanks for any insight.
JR
<!DOCTYPE html>
<html>
<head>
<title>krpano.com - DeereRun18Panorama</title>
<meta name="viewport" content="target-densitydpi=device-dpi, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<style>
html { height:100%; }
body { height:100%; overflow: hidden; margin:0; padding:0; font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#FFFFFF; background-color:#000000; }
a{ color:#AAAAAA; text-decoration:underline; }
a:hover{ color:#FFFFFF; text-decoration:underline; }
</style>
</head>
<body>
<script src="DeereRun18Panorama.js"></script>
<div id="pano" style="width:100%; height:100%;">
<noscript><table style="width:100%;height:100%;"><tr style="valign:middle;"><td><div style="text-align:center;">ERROR:<br/><br/>Javascript not activated<br/><br/></div></td></tr></table></noscript>
<script>
embedpano({swf:"DeereRun18Panorama.swf", xml:"DeereRun18Panorama.xml", target:"pano"});
</script>
</div>
</body>
</html>