cancel
Showing results for 
Search instead for 
Did you mean: 

Cicero's Posts

@StadiaTeam Filed Chromium bug: https://bugs.chromium.org/p/chromium/issues/detail?id=1034270
@StadiaTeam This is caused by an incorrect vibrationActuator property being set via the HTML5 Gamepads API for Ubuntu Chrome.  There is no way for the browser to tell the controller to vibrate, in es... See more...
@StadiaTeam This is caused by an incorrect vibrationActuator property being set via the HTML5 Gamepads API for Ubuntu Chrome.  There is no way for the browser to tell the controller to vibrate, in essence.  In Windows:     > navigator.getGamepads().item(0).vibrationActuator GamepadHapticActuator {type: "dual-rumble"}     In Linux/Ubuntu:     > navigator.getGamepads().item(0).vibrationActuator null     In Windows, it is easy to tell the controller to vibrate via:     navigator.getGamepads().item(0).vibrationActuator.playEffect("dual-rumble", { startDelay: 0, duration: 1000, weakMagnitude: 1.0, strongMagnitude: 1.0 })     Where this fails in Linux/Ubuntu Chrome builds, because the vibrationActuator property is null. I will attempt to debug this further but I am limited in my ability given that I don't know a lot about how the controller announces itself to the Gamepad API (and don't have a lot of experience with it in general).
Maybe @GraceFromGoogle can provide guidance?
See: https://community.stadia.com/t5/Stadia-on-Chrome/No-vibration-with-Stadia-Controller-on-Ubuntu-18-04/td-p/4828 Reinstalled Chrome .deb,  Version 79.0.3945.79 (Official Build) (64-bit) according... See more...
See: https://community.stadia.com/t5/Stadia-on-Chrome/No-vibration-with-Stadia-Controller-on-Ubuntu-18-04/td-p/4828 Reinstalled Chrome .deb,  Version 79.0.3945.79 (Official Build) (64-bit) according to this solution: https://community.stadia.com/t5/The-Stadia-Controller/How-to-link-controller-in-Ubuntu/td-p/4388 Relatively minor issue. Stadia controller does not vibrate. On the Stadia homepage, the "Connect a controller" prompt shows as if a controller is not connected, but inputs work fine and gameplay is perfect, so I believe the site thinks this is a third-party controller. @codesplice 
Yup, can confirm that vibration doesn't work in the latest Chrome build for Ubuntu.