How to convert full screen mobile VR to split screen for use with google daydream or oculusrift?
You need to enable WebVR support in Chrome on Android by selecting chrome://flags#enable-webvr
. Then you should see a "View in VR" button in your application that activates the stereoscopic view.
If you have an Oculus + Caramel headset or a Samsung GearVR headset + compatible phone then stereoscopic 3d should work out of the box and the button should always be visible. https://facebook.github.io/react-vr/docs/vrbrowsers.html
source to share
For your app to work with DayDream or Oculus, you need to import their SDK. If you are building an app with Unity, download the GoogleVR package, go to the player settings and check the Virtual Reality checkbox in other settings. After choosing VR, you will find options like DayDream / Oculus, etc. Select the platform you want to build for. This should work.
source to share