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

**Is your feature request related to a problem? Please describe.** It would be nice if we could detect the Twitter Browser. According: https://explore.whatismybrowser.com/useragents/explore/software_name/twitter-app/ It just contains the string "Twitter" on...

**Library version** v2.0.0-beta.2 userAgent: Mozilla/5.0 (Linux; U; Android 13; zh-CN; OPD2101 Build/TP1A.220905.001) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/100.0.4896.58 UCBrowser/16.3.9.1290 Mobile Safari/537.36 ![image](https://github.com/faisalman/ua-parser-js/assets/30565249/8c1cadf9-afd4-47e4-8d06-6a81fcb90da8) device type recognition error, this device is OPPO...

**Is your feature request related to a problem? Please describe.** I would print the browser name and os name with its own icons. **Describe the solution you'd like** I think...

While reading the 2.0.0-beta documentation here: https://docs.uaparser.js.org/v2/api/submodules/extensions/overview.html I learned that the required way of combining multiple Extensions is like this: ``` const botAndCLIParser = new UAParser(userAgentString, { browser : [...Bots.browser,...

Which version of the library that you use, **UAParser.js v2.0.0-beta.2** For the issue related with detection result, you can use the demo section in https://uaparser.js.org to confirm **Describe the bug**...

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...

dependencies

It would be nice if we could export the ENUMS to make comparisons later on without relying on strings, for example if (currentOsName === LINUX)

**Is your feature request related to a problem? Please describe.** I have no idea (any version) `min` works in e.g. IE10, or another old browser. **Describe the solution you'd like**...

Description: Issue: We are encountering an issue where broswer name is giving safari for firefox in ipad Steps to Reproduce: Open the application in Firefox Ipad. Retrieve broswer name. Expected...

**Is your feature request related to a problem? Please describe.** I would like to be able to detect if users have installed my app as a [PWA](https://web.dev/explore/progressive-web-apps), and when they...