react-device-detect
react-device-detect copied to clipboard
Detect device, and render view according to detected device type.
1. Bug description on the iPad in Safari, using `osVersion` does not bring up `14.5.1` as expected but returned `10.15.6`. This differs from iPhone which returns `14.5.1` correctly. Note that...
isIPad13 returns false when using ipad pro with **Safari 13.1.3 - Ipad**. But its working on ipad mini this is data from deviceDetect() browserFullVersion: “13.0.1” browserMajorVersion: “13" browserName: “Safari” engineName:...
1. Bug description BrowserView, MobileView, TabletView shows on iPad at the same time 2. Steps to reproduce Add BrowserView, MobileView, TabletView into react component, start iPad simulator on macOS, open...
As Google has announced that they are going to deprecate UA(User-Agent) Strings and they will replace it with Client Hints. So are you going to add support for Client Hints...
When i use browser view and mobile view in my react application it works fine on my localhost but it doesn't work when i deploy my website with firebase .Why...
Testing using the approach described in README where we: import * as rdd from 'react-device-detect'; rdd.isMobile = true; doesn't really work with the `` component. In tests where I use...
Hi, Has anyone tried with an iPad / iPhone 14 Beta? Will the device appears as in isIPad13 ? Thanks
Would be a nice feature to detect search bots/crawlers ? Probably not all of them but some popular could be enough ( https://udger.com/resources/ua-list/crawlers )
I am using Apache Cordova (in short my custom web browser) with user agent (`User-Agent: "this is my mobile app"`) and problem is that `import {isMobile} from 'react-device-detect'` returns false...