-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
webxr example gives blank white page in firefox, chromium-browser, and quest3. errors appear in firefox dev console. #4421
Comments
I deleted the
This is the same behavior as when I visit https://rustwasm.github.io/wasm-bindgen/exbuild/webxr/ (which is referenced by the README.md) |
I checked the firefox console and found this:
|
I tried the https://rustwasm.github.io/wasm-bindgen/exbuild/webxr/ in chromium-browser and I get a blank white page. The dev console does not show any errors. I tried it in a Quest 3 headset's browser and got a blank white page with no "Enter VR" option. |
Describe the Bug
When I try to run the webxr example, I get errors in my xterm and a copy of the error in the browser.
Steps to Reproduce
I have version c35cc93 checked out.
rustup show
reports rustc 1.83.0 (90b35a623 2024-11-26)I upgraded wasm-pack to v0.13.1
npm is 7.24.2
OS is Ubuntu 20.04.6 LTS
I followed the instructions in the README
and used firefox to browse to localhost:8080
Expected Behavior
I expected some kind of XR demo to display in the web browser.
Actual Behavior
Instead I the browser showed me an error message which was also present in the xterm running the server:
Additional Context
_
The text was updated successfully, but these errors were encountered: