Windows 10 reached EOS (end of support) on October 14, 2025. For more information, see this article.

Vyhľadajte odpoveď

Vyhnite sa podvodom s podporou. Nikdy vás nebudeme žiadať, aby ste zavolali alebo poslali SMS na telefónne číslo alebo zdieľali osobné informácie. Nahláste prosím podozrivú aktivitu použitím voľby “Nahlásiť zneužitie”.

Ďalšie informácie

Game controllers will not work on Firefox

  • 3 odpovede
  • 1 má tento problém
  • 155 zobrazení
  • Posledná odpoveď od Moses

My Game controllers will not work with Firefox but work with other browsers, I want to use my Xbox controller with Firefox.

My Game controllers will not work with Firefox but work with other browsers, I want to use my Xbox controller with Firefox.

Všetky odpovede (3)

Is dom.gamepad.enabled = true in about:config?

Firefox sometimes blocks gamepad API.

    • Best short solution:**
  • Update Firefox to latest version.
  • Go to `about:config`, set `dom.gamepad.enabled` to **true**.
  • Restart Firefox and reconnect your controller.

This usually fixes it.

I faced something similar while testing controller inputs for my Android-based game project Avatar World Mod APK. The Xbox controller worked fine on Chrome and Edge, but Firefox didn’t seem to recognize the API events properly. What helped me was enabling the “Gamepad Extensions” flag in Firefox’s about:config settings and then restarting the browser. After that, input mapping started working normally across all major browsers. Might be worth checking that too.