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.
Quoted
I still have a problem with the iPhone feature only showing a portion of the tour (top left corner only).
That is strange, i'm test it on my descktop chrome and safari all is ok. Press ESC and exit fullscreen and button swetched of.
Quoted
I noted that when I am in fullscreen, then hit ESC key, the fullscreen changes back to window, but the button remains "switched".
It's simple - just add plugin with transparent png image.
Quoted
how to add background transparent image in tour
Hi
Quoted
I still have a problem with the iPhone feature only showing a portion of the tour (top left corner only).
Check this in HTML filediv id="pano" style="width:900px; height:600px;"
if so - change width:100% and height:100%
I guess, that is the reason.
Andrey![]()
Hey Andrey,
I noted that when I am in fullscreen, then hit ESC key, the fullscreen changes back to window, but the button remains "switched". Then I have to push the button twice to go back to fullscreen.
I tried doing an event onexitfullscreen to switch the button to false, but that just screwed up the action backwards. Please recommend a fix.
Tony
This post has been edited 1 times, last edit by "mindlessboss" (Apr 17th 2012, 5:07am)
Hi
Quoted
I still have a problem with the iPhone feature only showing a portion of the tour (top left corner only).
Check this in HTML filediv id="pano" style="width:900px; height:600px;"
if so - change width:100% and height:100%
I guess, that is the reason.
Andrey![]()
![]() |
Source code |
1 2 |
<include url="%CURRENTXML%/skin/default_black/layout.xml" devices="flash|ipad" /> <include url="%CURRENTXML%/skin/default_black/layout_phone.xml" devices="iphone" /> |
![]() |
Source code |
1 |
<include url="%CURRENTXML%/skin/default_black/layout.xml" devices="all" /> |