Hi All, recently I have been facing an issue related to the detection of the Windows version. In my Angular project, I have a javascript library - UAParser that helps detect the OS version, but in my Windows 11 laptop, it's detecting Windows 10. I also tried with "Window.navigator" object that also could not detect the correct OS version. I also tried replacing the old UAparser - "ua-parser.min.js" file with the latest version but was not helping out.
Is there any other approach we can detect the correct OS version in my Angular project..? Please let me know.
#Javascript Library - UAParser and Window.navigator is not able to detect the OS version.
2 messages · Page 1 of 1 (latest)
Checkout the following pages
https://docs.uaparser.js.org/v2/api/ua-parser-js/idata/with-client-hints.html
And here a GitHub issue either more information about this
UAParser.js is a JavaScript library to detect user's Browser, Engine, OS, CPU, and Device type/model, either in browser (client-side) or node.js (server-side).