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

Support for Chrome on iOS #337

Closed
christiancocking-foxadtech opened this issue Mar 16, 2023 · 2 comments
Closed

Support for Chrome on iOS #337

christiancocking-foxadtech opened this issue Mar 16, 2023 · 2 comments

Comments

@christiancocking-foxadtech

Hello,

We are preparing to support User Agent Client hints as our sites do heavily depend on the granular User Agent data for a variety of requests out to our advertising partners.

In testing, we have noticed that on iOS based devices the client hints are not supported. It was also interesting to note that "Chrome on iOS" is not in the device support table here:

https://developer.mozilla.org/en-US/docs/Web/API/User-Agent_Client_Hints_API

Is this expected that Chrome on iOS shouldn't pass forward values.

PS: We are setting our response headers to ensure that the Client Hints are forwarded along to the various third parties that require the data.

@miketaylr
Copy link
Collaborator

(this is a Chrome-specific issue, rather than a spec one, but happy to answer)

Unfortunately for non-Safari iOS browsers (include Chrome on iOS), WebKit will need to add support for User-Agent Client Hints before they can be enabled (because they control the network stack).

The relevant standards issue for the WebKit project is over here: WebKit/standards-positions#70, in case you would like to follow along.

@christiancocking-foxadtech
Copy link
Author

Thanks this is good to know and I appreciate the clarification!

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

No branches or pull requests

2 participants