Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Iskanje po podpori

Izogibajte se prevarantski tehnični podpori. Nikoli vam ne bomo naročili, da pokličete telefonsko številko ali nam pošljete osebne podatke. Sumljivo dejavnost prijavite z gumbom »Prijavi zlorabo«.

Več o tem
Arhivirano

Game controllers will not work on Firefox

Moses odgovorjeno
steveg21341

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.

Vsi odgovori (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.