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
current version of ua-parser-js detects computer data from user agent which does not reflect macOS version correctly. However, on their demo page it is shown correctly https://faisalman.github.io/ua-parser-js/ 🤯
current UA on 13.4: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36
Expected behavior macOS version is reported correctly
Screenshots
The text was updated successfully, but these errors were encountered:
tomasklim
added
bug
Something isn't working as expected
data
Data analytics related issue. From anonymously collected data from users.
labels
Jun 12, 2023
tomasklim
changed the title
macOS version is reported incorrectly which influences analytics and message system
macOS/Windows version is incorrectly reported which breaks analytics and message system
Jun 12, 2023
@tomasklim I believe this is solved in #15789. I did not know about this issue..
The article you linked says it's impossible to detect from userAgent alone, that's why I've added another field, obtained from node api. And it is only available on desktop, not on web 😞
Also, it cannot be used in message system until someone adds conditions for desktopOsVersion to messageSystemUtils
Describe the bug
ua-parser-js
detects computer data from user agent which does not reflect macOS version correctly. However, on their demo page it is shown correctly https://faisalman.github.io/ua-parser-js/ 🤯current UA on
13.4
:Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36
ua-parser-js
v2 or investigate what's an issuehttps://www.notion.so/satoshilabs/e19845789ccb47a0baf36d7f8463f196?v=2183c8228ebb4df38f358d1b2744e1b8&p=f1129e10da8d418da11186761754ad36&pm=s
Info:
How to reproduce
Expected behavior
macOS
version is reported correctlyScreenshots
![Screenshot 2023-06-12 at 15 15 54](https://private-user-images.githubusercontent.com/33235762/245154960-9649c236-fba7-46c1-8f32-71a253b14a69.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0NDcwMjYsIm5iZiI6MTczOTQ0NjcyNiwicGF0aCI6Ii8zMzIzNTc2Mi8yNDUxNTQ5NjAtOTY0OWMyMzYtZmJhNy00NmMxLThmMzItNzFhMjUzYjE0YTY5LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEzVDExMzg0NlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTkwMGViNmRlZWM5MjhkNjhiZmUyMDdjNGY5OTQ3OWYwNWNkMGJjYzgzZDIzZTY3NWE4MzdhOWVmNTZiMzYyYzEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.lSbHI1_KVkf9VRLRxGlGZ6UPRsjaOc5rz9UHXraktrM)
The text was updated successfully, but these errors were encountered: