Thanks to IOS for allowing fullscreen on iPad again.
However why the stupid X button in left corner when you always use a fullscreen open/exit button.
The top left is my LOGO place. I solved it by adding an event for the logo.
<events onenterfullscreen="tween(plugin[logo].y,-100,2);"/>
<events onexitfullscreen="tween(plugin[logo].y,15,1);"/>
This one is not final yet. Need to ad 130 infospots.
https://360-foto.dk/portraitnow2021/
The iPhone landscape function behaves weird.
I got an Swipe Up when turning to landscape and it did not work properly.
However after updating to IOS 14.7.1 it goes automatically to fullscreen when you turn the iPhone.
Everything was fine until I tried a couple of my old Tours. All of them leaves a 1 cm black area at the bottom when I turn to Landscape.
Also my last tour i made a couple of months ago with Krpano 1.20.7
Is there a change in the skin.xml somewhere? I checked my index html file and see no difference.
Has this SwipeUp function been working for many systems befor 14.7.1 and if so is there any way to turn it off.?