ua-parser-js icon indicating copy to clipboard operation
ua-parser-js copied to clipboard

UAParser.js - Free & open-source JavaScript library to detect user's Browser, Engine, OS, CPU, and Device type/model. Runs either in browser (client-side) or node.js (server-side).

Results 93 ua-parser-js issues
Sort by recently updated
recently updated
newest added

Every module that uses the parser needs to instantiate their own parser: ``` var UAParser = require('ua-parser-js'); var parser = new UAParser(); // do stuff with parser... ``` This is...

Open Discussion

Hey, it would be great if you could merge this code into the primary UA Parser project here: https://github.com/ua-parser to unify dev efforts. The ua-parser project started out at Google...

Open Discussion

Root cause: https://github.com/faisalman/ua-parser-js/blob/master/src/ua-parser.js#L376-L381 The problem: The regex for Samsung mobile devices matches the Tab S8's device number `SM-X706B` with the regex `\b((?:s[cgp]h|gt|sm)-\w+|galaxy nexus)`. But does not match the tablet's regex...

Will there be a new release any time soon? Last one was Oct 2021 - and there were good few commits since then and some of them important like increasing...

Hi All, We've been announcing this change in a discussion page two weeks ago, but since it might not reach the large part of the community, we will provide more...

**Library version** v2.0.0-b2 **Describe the bug** Following the example: https://docs.uaparser.js.org/v2/api/ua-parser-js/idata/with-client-hints.html for server-side. The example returns a promise with the current client data when the .withClient.Hints() function is added. This generates...

**Library version** **Describe the bug** Windows 11 is detected incorrectly as brower UA shows win10 **To Reproduce** Use Firefox/Edge on Win11 **Expected behavior** OS Major Version 11 **Screenshots** **Desktop (please...

**Library version** 1.0.37 **Describe the bug** When calling `getOS()` on a Vodafone GigaTV set-top box, an error is thrown `TypeError: Cannot read property 'replace' of undefined`. The error happens in...

Bug
v1.0-only

**Describe the bug** A clear and concise description of what the bug is. there is a bug in the open-source project you provided on github (https://github.com/faisalman/ua-parser-js/blob/master/src/main/ua-parser.js#L504), the code is as...