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

Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Weitere Informationen

Game controllers will not work on Firefox

  • 3 Antworten
  • 1 hat dieses Problem
  • 155 Aufrufe
  • Letzte Antwort von 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.

Alle Antworten (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.