Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Require focus for initial gamepad user gesture #206

Open
nondebug opened this issue May 10, 2024 · 0 comments · May be fixed by #207
Open

Require focus for initial gamepad user gesture #206

nondebug opened this issue May 10, 2024 · 0 comments · May be fixed by #207

Comments

@nondebug
Copy link
Collaborator

Gamepad API uses the "gamepad user gesture" as a signal that the user consents to exposing gamepad information. This makes it possible to unintentionally expose gamepad information when interacting with gamepads on another site.

The spec should be amended to require that the window is focused when the gesture is received so that access is only granted for the focused tab.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant