Hi, I need to use a gamepad in a PlayCanvas project.
In fact, I have all the code implemented based on this project https://playcanvas.com/project/381404/overview/gamepad-controller-test and it does not work in Chrome for Android, but works in Firefox for Android.
Strangely enough, an HTML5 Gamepad test
https://html5gamepad.com/ does work in Chrome for Android. Therefore, I am starting to beleive that there might be some kind of problem with the Gamepad support in PlayCanvas.
Chrome supports the Gamepad API (as the HTML5 test shows) but the gamepad does not work in PlayCanvas with Chrome.
I use the latest Chrome version (73.0).
I really really need to make it work in Chrome, so any help would be welcome.