Hello all,
I am trying to open a shadowbox that pops up above krpano. In the forum and outside I did not find any solution that really works.
Actually I have it running 50%, means the shadowbox opens! but does not load: in my case a html page into it.
The strange thing about is, that it works on iPad Safari? but not on PC browsers ...
The code in the parent html file:
function openShadowbox(url, player, title){ Shadowbox.open({ content: url, player: player, title: title });}
Shadowbox.init({
language: "es",
players: ['html', 'iframe']
});
the code in my xml to call the shadowbox:
I also tried to change "iframe" to "html" or changed the doc type of the html document... nothing helps.
The general Idea behind is that I want to open html info above the the pano. The textfield is too restricted for this. Also it should work on iOS as well... where also the shadowbox is bad as it does not support scrolling...
So if anybody has any idea with showing some code will be very welcome .
Thanks
Holger