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

Update Gamepad status for Android Firefox and Chrome #1920

Closed
wants to merge 1 commit into from

Conversation

luser
Copy link

@luser luser commented Sep 9, 2015

Firefox for Android has had Gamepad API support since version 32: https://bugzilla.mozilla.org/show_bug.cgi?id=852935
Chrome for Android has had Gamepad API support since version 37: https://chromium.googlesource.com/chromium/src/+/41dada5c1a8036e5a335b209dfe9838503cf593f

$ git name-rev --tags 41dada5c1a8036e5a335b209dfe9838503cf593f
41dada5c1a8036e5a335b209dfe9838503cf593f tags/37.0.2027.0~116

Firefox for Android has had Gamepad API support since version 32: https://bugzilla.mozilla.org/show_bug.cgi?id=852935
Chrome for Android has had Gamepad API support since version 37: https://chromium.googlesource.com/chromium/src/+/41dada5c1a8036e5a335b209dfe9838503cf593f
```
$ git name-rev --tags 41dada5c1a8036e5a335b209dfe9838503cf593f
41dada5c1a8036e5a335b209dfe9838503cf593f tags/37.0.2027.0~116
```
"40":"y",
"41":"y",
"42":"y",
"43":"y",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Data for older versions of Android Chrome & Android Firefox aren't currently accepted. See the Travis build failure.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a note anywhere that describes this? Is it only valid to list the latest version there?

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@luser It's not really super-clear, but it is mentioned in https://github.com/Fyrd/caniuse/blob/master/CONTRIBUTING.md (you can't add new versions, can only modify values). So yes, only the latest version for mobile Chrome & Firefox right now. I'll update CONTRIBUTING.md to make that more clear.

@Fyrd
Copy link
Owner

Fyrd commented Sep 13, 2015

Updated this manually.

@Fyrd Fyrd closed this Sep 13, 2015
@luser
Copy link
Author

luser commented Sep 14, 2015

Thanks, I was going to take another look at this today. 👍

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 this pull request may close these issues.

3 participants