AhsanAyaz / ngx-device-detector

An Angular v7+ library to detect the device, OS, and browser details.
https://ahsanayaz.github.io/ngx-device-detector
MIT License
517 stars 101 forks source link

Samsung s9 X11 Tablet is not registered #281

Open rjohnvictor opened 10 months ago

rjohnvictor commented 10 months ago

Device User Agent

Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36

Expected Output


{
  "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36",
  "os": "Linux",
  "browser": "Chrome",
  "device": "Unknown",
  "os_version": "unknown",
  "browser_version": "118.0.0.0",
  "deviceType": "tablet",
  "orientation": "landscape"
}