react-device-detect icon indicating copy to clipboard operation
react-device-detect copied to clipboard

Detect device, and render view according to detected device type.

Results 70 react-device-detect issues
Sort by recently updated
recently updated
newest added

it doesn't work on the Server side (SSR) using ` useDeviceSelectors()` ` isIPad13: false, isIPhone13: false, isIPod13: false, isBrowser: true, isDesktop: true, isIOS: false, isSafari: true, ` detailed JSON log...

Library detects tablet Galaxy Tab A8 SM-X200 as mobile. Device user-agent: `"Mozilla/5.0 (Linux; Android 11; SM-X200) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36"` Device: **Galaxy Tab A8 SM-X200/Chrome**

1. Type definitions for the API interface (hooks and utils) 2. Rather than definitions being `(ua: string) => any`, provide accurate type definitions 3. Provides autocomplete and static type checking...

### Summary Chrome and Firefox will both be releasing a 3 digit version of 100 shortly and I wanted to bring up the issue of UA parsing within react-device-detect. There...

Hi, I'm getting Module not found error from webpack for react-device-detect I've npm installed it, and I used import {isMobile} from 'react-device-detect'; to import it, and. I get this error...

1. Bug description isBrowser does not detect mobile web browsers and returns false. 2. Device user-agent Chrome for mobile 3. Device/Browser type/name Moto G10/mobile web browser/Chrome

It would be nice to be able to detect Facebook in-app browser. Looks like `ua-parser-js` already detects it too: https://github.com/faisalman/ua-parser-js/blob/master/src/ua-parser.js#L318

enhancement
feature

1. Bug description On macOS Big Sur 11.4, the osVersion wrongly reports 10.15.7 2. Steps to reproduce Use Safari on macOS, and see the returned result from osVersion 3. Device...

1. Bug description I use Playwright with Chromium Headless for e2e testing. react-device-detect do not detect properly that the agent is still chromium. 2. Steps to reproduce Write simple test...

1. Feature description identify HarmonyOS 2. What do you suggest 3. Any additional info (links, screenshots, descriptions etc)