-
-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
isSessionSupported('immersive-vr') got false in molvic but true in FirefoxReality #196
Comments
Noapi flavour precisely means that no XR api is used, and thus no XR session could be created. |
Thanks but Firefox Reality also build with noapi flavour and created VR session. So what should I do if I want to have the same effect as Firefox Reality in Wolvic? Thank you in advance. |
That's because in #70 we changed the protocol to talk to Gecko. See #210 (comment) |
OK, so I just need to use the branch wolvic_release instead, right? |
Correct. We're currently evaluating reverting #70 because in the end it didn't work as expected and seems to be causing major disruptions for potential new contributors. |
OK, this is great! Actually I did the revert-operation in our own Wolvic for this issue. Thanks. |
Please also check commit |
yeah we know about that. However that |
But actually this does cause |
That should not be the cause. That call only returns false (using Gecko) whenever the XR library is not able to list the available devices. |
@lcgao ,Hi,Have you solved this problem yet? |
Hi, anyone has solution for this issue?
Thanks!
The text was updated successfully, but these errors were encountered: