"Enter VR" button not showing using an iframe

Q&A about the latest versions
Post Reply
InfoInvelon
Posts: 4
Joined: Tue Aug 02, 2022 10:11 am

Hello,

I uploaded a tour with the "Enter VR Silhouette" in AWS S3 an it is served correctly, showing the VR button when VR glasses are connected and showing the tour in the glasses. Then, I embedded the tour into an iframe in a website, but "Enter VR" button is not shown. The rest of elements are working fine.

Pano2VR version: 6.1.15 pro 64bit
Revision: 18116/5.12.2
Tested browsers: Firefox, Chrome, Edge

The iframe in the website is the next:

Code: Select all

<iframe allow="fullscreen" allow="vr" allowvr="yes" src="<index.html_AWS_URL>" referrerpolicy="origin"></iframe>
The tags about VR and fullscreen are working correctly with another software. Also, the referrerpolicy and IAM permissions in S3 are working fine. Moreover, the permissions of camera and Virtual Reality are not requested but I activated it in the browser.

Executing the pano.enterVR() function appears:

Image

Which is the reason the VR button is not appearing? What must be added to the iframe or the webpage?

Thanks.
User avatar
Hopki
Gnome
Posts: 13005
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

Hi,
Can you post a link to the project and then show your iframe.
Regards.
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/
Post Reply