-
Notifications
You must be signed in to change notification settings - Fork 12
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
[BUG] Web Features API omits mobile support information #996
Labels
bug
Something isn't working
Comments
Notes for self We also need to ingest the data before we can actually show it. We still get browser release info from BCD
Then when we need to handle the mobile cases here when we get the data from web features webstatus.dev/lib/gcpspanner/spanneradapters/web_features_consumer.go Lines 149 to 179 in 214db6d
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
The
get_feature
endpoint uses thedefaultBrowsers
set.webstatus.dev/backend/pkg/httpserver/get_feature.go
Line 36 in 91c1655
This omits mobile browsers, which are taken into account for baseline status.
https://github.com/GoogleChrome/webstatus.dev/blob/main/backend/pkg/httpserver/server.go#L106-L113
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Support information for
android_chrome
,firefox_chrome
andsafari_ios
should be included.Additional context
This is causing issues with the
baseline-status
web component, which renderspaint-order
as limited availability, but with all green checkmarks, as Safari iOS does not support it.web-platform-dx/baseline-status#46
The text was updated successfully, but these errors were encountered: