Closed Enfs-dev closed 1 year ago
It is the intended behavior since Chrome starts hiding the full version in favor of user agent client hints. You can track the related issue here: #408
https://developer.chrome.com/blog/user-agent-reduction-android-model-and-version/
It is the intended behavior since Chrome starts hiding the full version in favor of user agent client hints. You can track the related issue here: #408
https://developer.chrome.com/blog/user-agent-reduction-android-model-and-version/
Hey I have this game issue however the correct full version is provided in the client hints however it is prioritizing the user-agent version instead of the client hint full version
If we observe above images, The package is giving only major version of the browser (111.0.0.0) and not minor versions, where as the real complete version of the browser is 111.0.5563.64.
Please look into it.