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

isDesktop is true when using DuckDuckGo browser on mobile

Open sushinoya opened this issue 4 years ago • 1 comments

  1. Bug description - isDesktop is true when using DuckDuckGo browser on mobile
  2. Steps to reproduce - Set custom CSS for isDesktop and open the website using DuckDuckGo on mobile. The same works alright if opened on Chrome on the same mobile device
  3. Device user-agent - Unsure
  4. Device/Browser type/name - Pixel 3A / DuckDuckGo
  5. Share code for a better understanding (for example, here https://codesandbox.io/s/new)
  6. Any additional info

sushinoya avatar Mar 31 '21 09:03 sushinoya

This actually comes from the dependency react-device-detect uses: https://github.com/faisalman/ua-parser-js/issues/513

joeplaa avatar Oct 29 '21 12:10 joeplaa