Victor Tan

Results 5 comments of Victor Tan

Please let me know If anything I can help. 😀

@kerchner @justinlittman I think lots of users are trying to get access to the search API. It's a little tricky for them to complete all the required steps from the...

basically the server can provide the support language on the HTTP response header, and browser take responsible to find the best language match both server supported language and user accept-language....

the `sec-ch-ua` client hints already support to identify the traffic coming from WebView for android it would be like: * Sec-CH-UA: "Google Chrome";v="117", "Not;A=Brand";v="8", "Chromium";v="117" for webview it would be...

the app can override the user agent metadata to give their own client hints, e.g. they can add their own brand version: https://developer.android.com/reference/androidx/webkit/WebSettingsCompat#setUserAgentMetadata(android.webkit.WebSettings,androidx.webkit.UserAgentMetadata)