You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My mac is 14.2.1. In the IDE, the version is reported as 10.15.7. The problem exists in both normal and incognito modes. It also exists on Chrome and Safari.
The text was updated successfully, but these errors were encountered:
@mofojed What is your user agent string? We just parse that using a library, so would be good to check if it's an issue with the UA or with the parser we use (bowser which hasn't been updated in 4 years)
We should probably just drop OS version. It's not accurate and there are more pushes towards removing or setting a fixed version. See this page for an example w/ Android/chrome fixing some versions.
userAgentData might be the best replacement, but it's currently a chromium only implementation
Renaming "OS Name" to "User Agent OS", as that is still the true value reported by the browser. Don't want to drop it as more info is better than less.
Bowser is probably one of those packages that is "complete", it is splitting out the UA correctly. That's just what the os is reporting
My mac is
14.2.1
. In the IDE, the version is reported as10.15.7
. The problem exists in both normal and incognito modes. It also exists on Chrome and Safari.The text was updated successfully, but these errors were encountered: