meta-quest / immersive-web-emulator

Browser extension that emulates Meta Quest devices for WebXR development. Lead: Felix Zhang (fe1ix@meta.com)
https://developer.oculus.com/blog/webxr-development-immersive-web-emulator/
MIT License
297 stars 34 forks source link

Connection Status is missed (gamepad.connected == undefined) #28

Closed eugenner closed 5 months ago

eugenner commented 10 months ago

EmulatedXRDevice.gamepads objects have no "connected" property. After entering in VR mode, gamepad has property "connected" = undefined. Modules that depend on this status may not work correctly.

felixtrz commented 8 months ago

The fix has been landed into the main branch. If you'd like immediate access, you can build from the source to obtain the patch. Otherwise, it will be included in the upcoming v1.4.2 release.

Thank you for bringing this issue to our attention.