0

Problem:

hi, my problem is that i should include a button for enter in a vr mode how with a-frame or krpano and i have see in a video on youtube this button in an exemple

enter image description here

but around the web I could not find a way or a guide to activate the "view in vr" button of react-vr.

In my project I have active only these buttons, both desktop and smartphone.

enter image description here enter image description here

Question:

How i can include the button view in vr in my project? enter image description here

Thank you very much for your help (I'm not a native English speaker so sorry if something is not clear)

V.Cozzatella
  • 709
  • 2
  • 9
  • 15

1 Answers1

1

The button is not shown in your project, because your browser does not natively support WebVR. Here is a list of supported browsers. For all other versions you have to embed webvr-polyfill to enable switching between vr and non-vr mode.

PinkyTV
  • 118
  • 2
  • 14