Dear visitor, welcome to krpano.com Forum. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
|
|
Source code |
1 2 3 4 5 6 7 8 9 |
<plugin name="fs"
url="beelden/fs.png"
align="topcenter"
x="0"
y="20"
alpha="0.5"
onclick="switch(fullscreen);"
keep="true"
/>
|
|
|
Source code |
1 2 3 4 5 6 7 8 9 |
<plugin name="fs"
url="logos/fs.png"
align="topleft"
x="0"
y="140"
alpha="0.5"
onclick="switch(fullscreen);"
keep="true"
/>
|
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 |
<table width="825" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="550"><script src="tour.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:"tour.swf", xml:"tour.xml", target:"pano"});
</script>
</div></td>
</tr>
</table>
|
It does seem to work now also with a standard doctype like this.
Not sure why my earlier tests did not work. They all have the view port tag.
'
The reason I want to use the standard doc type is that you can use iFrames with % in height.
This is impossible with the HTML5 doctype. It works on desktop Safari HTML5 but not on iPad.
The only way to get it work on all platforms is to put the iframe in a table. Set the table to 80% height and the iframe to 100%.
And use the old Doctype. And no height in CSS. Just good old standard html heights.
Its funny that you need to go back in time to get such a simple thing working on the iPad.
Hans

Guys is another option. I had the idea to make for a simple link for versions of html5 by type "fullframe.html, _blank" on the button FullScreen. When clicked just going go to the page with a panorama on the full screen. In the iframe in theory will work too. And add the button for Back (or do not have and it will automatically work in a browser?)
What do you say to this?
![]()
![]()