Calling node with iframe

Q&A about the latest versions
Post Reply
Bostjan
Posts: 421
Joined: Fri Oct 17, 2008 4:06 pm
Location: Slovenia, EU
Contact:

I have found an interesting "maybe issue"... when caling the node with iframe as the example:
<iframe width="100%" height="100%" src="Zoom/index.html#node282" frameborder="0"></iframe>
it display o.k.
when calling the node with iframe as the example:

<iframe width="100%" height="100%" src="Zoom/index.html#GoldenGate" frameborder="0"></iframe>
it doesn't work but displays the node 1.

Otherwise, it works o.k. when calling with direct url, out of iframe.
Anyone familiar with that?
User avatar
Hopki
Gnome
Posts: 13029
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

Hi Bostjan,
Please find attached a project that was built with Pano2VR 6 pro and tested with both Pano2VR 6 and 7.
It's a project that opens a "tour" in an iframe.
There are two point hotspots, one is targeting index.html#Four, and the other targets, index.html#Five.
Theses are opening with the correct node.
Also tested by uploading the two node tour to our support server and then using:

<iframe src='https://support.ggno.me/tour/index.html#Five' frameborder='0' width='640' height='480' allow='accelerometer; magnetometer; gyroscope; fullscreen; autoplay; clipboard-write; encrypted-media; xr-spatial-tracking; gamepad;' allowfullscreen></iframe>

This opened showing node 5.
Regards,
Attachments
project.zip
(544.92 KiB) Downloaded 75 times
Garden Gnome Support
If you send an e-mail to support please send a link to the forum post for reference.
support@ggnome.com
https://ggnome.com/wiki/documentation/
Bostjan
Posts: 421
Joined: Fri Oct 17, 2008 4:06 pm
Location: Slovenia, EU
Contact:

Tx for the reply. It was an internal server: I have compiled one project, running from my computer, calling the other project, but that one was not ignited.
Post Reply