-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Hubs stuck on loading screen in Chrome on Android and Windows if webvr/xr flags are enabled #892
Comments
There's some odd interaction with webvrpolyfill going on here. aframe.io does not seem to suffer from this problem, so it seems specific to Hubs. |
Burned me for a few hours today. Will be nice to figure this out |
I'm not sure if those are the only flags that cause this issue. I have disabled those flags and still cannot get in on chrome. edit: nevermind. disabling the webxr flag seems to have fixed my issue. |
I can get past my issue by not loading our service worker: hub.js:
|
Sorry for the spam -- I withdraw the above comment. It seems to me that it's only the WebXR flags that cause this issue for me, not the WebVR flag. |
It seems the Brave browser is also affected by this. Probably the new Edge as well. |
Fixed in #1231 |
If webxr and/or webvr flags are enabled in
chrome://flags
, hubs will fail to load.The text was updated successfully, but these errors were encountered: