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

Fix WebGPU status for Chrome on Android #2528

Closed
beaufortfrancois opened this issue Jan 13, 2025 · 2 comments
Closed

Fix WebGPU status for Chrome on Android #2528

beaufortfrancois opened this issue Jan 13, 2025 · 2 comments
Labels
bug Something isn't working

Comments

@beaufortfrancois
Copy link

https://web-platform-dx.github.io/web-features-explorer/features/webgpu/ shows that WebGPU is not supported on Chrome for Android. This is wrong. It has been supported since Chrome 121 on Android. See https://developer.mozilla.org/en-US/docs/Web/API/WebGPU_API#browser_compatibility

image
@ddbeck ddbeck added the bug Something isn't working label Jan 14, 2025
@ddbeck
Copy link
Collaborator

ddbeck commented Jan 14, 2025

Thanks for the report, @beaufortfrancois. This was caused by an upstream data error. It was fixed with #2526 and included in yesterday's v2.17.0 release.

@ddbeck ddbeck closed this as completed Jan 14, 2025
@beaufortfrancois
Copy link
Author

Perfect! Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants