-
-
Notifications
You must be signed in to change notification settings - Fork 131
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
Frozen SamsungBrowser #1386
Comments
Yes, you are right. The Samsung browser has changed their behavior with the latest release. |
hey @nielsbasjes ,this issue is not only a bug report, but also a feature requirement :)
|
I'll have a look. |
Q: What is the usecase you would like to know this for? Im thinking perhaps simply looking at the '??' is the best way? |
My usecase is to stat the real mobile os version, so i need to exclude the frozen ua, looking at '??' can do that, but just this way make me uncomfortable |
Ok, understood. |
I double checked. Simply reporting if the UA was frozen is not an accurate answer to your question. Looking at the version and filtering it out if it is '??' is actually the correct way of doing what you are looking for. An example is that when ClientHints are available then the UA was frozen and still the actual OS version is available. |
I have released a new version with the Samsung fix in it. |
I found a problem with this useragent.
I known this is a frozen useragent, but the OperatingSystemNameVersion : 'Android 10' let me confused, why isn't 'Android ??'.
Is there any method or api to known it's a frozen useragent? Currently i use the OperatingSystemNameVersion contain or not '??' to judge the frozen useragent.
The text was updated successfully, but these errors were encountered: