Hello everyone.

The Mixed Reality Forums here are no longer being used or maintained.

There are a few other places we would like to direct you to for support, both from Microsoft and from the community.

The first way we want to connect with you is our mixed reality developer program, which you can sign up for at https://aka.ms/IWantMR.

For technical questions, please use Stack Overflow, and tag your questions using either hololens or windows-mixed-reality.

If you want to join in discussions, please do so in the HoloDevelopers Slack, which you can join by going to https://aka.ms/holodevelopers, or in our Microsoft Tech Communities forums at https://techcommunity.microsoft.com/t5/mixed-reality/ct-p/MicrosoftMixedReality.

And always feel free to hit us up on Twitter @MxdRealityDev.
Options

WebVR - Entering VR from Edge WebView control hosted in UWP app

I'm attempting to run WebVR content in a UWP app running in Windows Mixed Reality. I have an Edge WebView control in a XAML UWP app. That control navigates to a page with WebVR content. The page initially renders correctly in my UWP app, and it allows me to pan around the VR scene in 2D, but when I click the "Enter VR" button on the page, nothing happens.

My expectation / hope is that this would behave like Edge, and if a Windows Mixed Reality headset is attached the page would render in an immersive view.

I've tested demos built using A-Frame and BabylonJS. Both work correctly in Edge, allowing the user to enter an immersive VR view, but neither work when running in an Edge WebView control.

Does the Edge WebView control support immersive WebVR content? If not, recommendations for launching into WebVR experiences from a UWP app, other than starting a new Edge instance?

Answers

Sign In or Register to comment.