you can try using the latest 1.0.8.14 version,Is there a way to load the html5 version or have the same utilisation as in the ipad (loading only the <tablet> images and use the pinch to zoom) ?
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 |
<script>
var viewer = createPanoViewer({swf:"krpano.swf", id:"krpanoSWFObject", target:"krpanoDIV"});
viewer.addVariable("xml", "infos.xml");
var ua = navigator.userAgent.toLowerCase();
viewer.addVariable("useragent", ua);
(ua.indexOf("touchpad") >= 0 )? viewer.addVariable("istouchpad", true) : viewer.addVariable("istouchpad", false)
viewer.embed();
</script>
|
This post has been edited 1 times, last edit by "yay" (Sep 4th 2011, 5:00pm)