react-device-detect
react-device-detect copied to clipboard
Detect device, and render view according to detected device type.
I use `isMobile` but it doesn't work when I open the website in web browser from the mobile. I need change a redirection (`skype: `to desktop, `tel:` to mobile), but...
`mobileModel` returns `iPhone` or `iPad` without the model number - expecting to get something like `iPhone 13` or `iPhone 14`, even better if I get `iPhone 13 Pro Max`. Using...
`osName` and `osVersion` returning `Windows 10` even though I'm on Windows 11. ```javascript const browser = `${browserName} ${browserVersion}`; const operatingSystem = `${osName} ${osVersion}`; ``` Using NextJS 13.4.9 and Google Chrome...
isPWA?
1. Feature description: **isPWA?** 2. What do you suggest: **Check for 'standalone' in `window.navigator`** 3. Any additional info (links, screenshots, descriptions etc): **This is helpful for developers that want to...
It would be nice to have a set of ESM exports along with CJS. This would make the package compatible with ESbuild pipelines that don't transpile (for performance reasons)
Hi react-device-detect team, First of all, thank you for providing this useful framework to ease developer's daily work! 1. Just notice in Chrome, it logs an issue: ``` Audit usage...
"react": "^18.2.0", "react-device-detect": "^2.2.3", Windows 11 Chrome Version 112.0.5615.138 (Official Build) (64-bit) ### I use 2 components to display mobile and desktop mode. **desktop view** `import React from 'react';` `import...
Hi, could you please tell me where is the download link for version 2.2.2? 
1. I'd like to be able to detect Chromebook users - web says the OS is called Chrome OS, but using/inspecting your deviceDetect method I get "'Chromium OS" for the...