[Meta] Gamepad Haptics feedback support
Categories
(Core :: DOM: Device Interfaces, enhancement)
Tracking
()
People
(Reporter: daoshengmu, Unassigned)
References
(Depends on 2 open bugs, Blocks 1 open bug)
Details
(Keywords: meta)
https://w3c.github.io/gamepad/extensions.html#dom-gamepad-hapticactuators
Gecko currently only supports hapticactuators
API in VR controllers. We should make general controller be supported as well.
Reporter | ||
Updated•5 years ago
|
Reporter | ||
Updated•5 years ago
|
Reporter | ||
Updated•5 years ago
|
Reporter | ||
Comment 1•5 years ago
|
||
It looks like Chromium implemented a different version of API [1][2]. IMO, we should follow the gamepad extension spec [3] to make haptics feedback support.
[1] https://github.com/w3c/gamepad/issues/19#issuecomment-670756905
[2] https://source.chromium.org/chromium/chromium/src/+/master:third_party/blink/renderer/modules/gamepad/gamepad_haptic_actuator.idl;l=26?originalUrl=https:%2F%2Fcs.chromium.org%2F
[3] https://w3c.github.io/gamepad/extensions.html#dom-gamepad-hapticactuators
Reporter | ||
Comment 2•5 years ago
|
||
Hi :marcosc, do you have any information or contact window to reach Chrome team that they seem to implement an API that doesn't match to the spec?
Comment 3•5 years ago
|
||
I do indeed :) Can you email me with the details and I'll be happy to put you in touch with them. If we have any web platform tests or link to particular parts of the spec that don't match, that's really helpful too!
Description
•