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

Add WKWebView to BCD #23747

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Add WKWebView to BCD #23747

wants to merge 2 commits into from

Conversation

queengooborg
Copy link
Collaborator

This PR adds WKWebView to BCD, which fixes #23296. The data will be set to mirror for all features at first, which will occur in a follow-up PR.

@github-actions github-actions bot added schema ⚙️ Isses or pull requests regarding the JSON schema files used in this project. infra 🏗️ Infrastructure issues (npm, GitHub Actions, releases) of this project docs ✍️ Issues or pull requests regarding the documentation of this project. data:browsers 🌍 Data about browsers (versions, release dates, etc). This data is used for validation. scripts 📜 Issues or pull requests regarding the scripts in scripts/. labels Jul 10, 2024
Copy link

@NiklasMerz NiklasMerz left a comment

Choose a reason for hiding this comment

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

I'm a bit confused about version. My iPad with iOS 17.5.1 reports version 605.1.15 as you can see in openwebdocs/mdn-bcd-results#1164. This does not really map out to the engine versions for Safari here.

@queengooborg
Copy link
Collaborator Author

That's because the user agent string was frozen at that time, so it always reports WebKit "605" now, despite it being a much newer version of WebKit. This is the case for Safari Desktop and Safari iOS too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:browsers 🌍 Data about browsers (versions, release dates, etc). This data is used for validation. docs ✍️ Issues or pull requests regarding the documentation of this project. infra 🏗️ Infrastructure issues (npm, GitHub Actions, releases) of this project schema ⚙️ Isses or pull requests regarding the JSON schema files used in this project. scripts 📜 Issues or pull requests regarding the scripts in scripts/.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Consider adding WKWebView
2 participants