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

[MISSING DEVICE] HUAWEI AGS-L09 The device is defined as mobile, but it should be a tablet #249

Closed Nerabio closed 1 year ago

Nerabio commented 2 years ago

Device User Agent

Mozilla/5.0 (Linux; Android 7.0; AGS-L09) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36

Expected Output

{ "userAgent": "Mozilla/5.0 (Linux; Android 7.0; AGS-L09) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36", "os": "Android", "browser": "Chrome", "device": "Android", "os_version": "unknown", "browser_version": "103.0.0.0", "deviceType": "tablet",
"orientation": "landscape" }

The device is defined as mobile, but it should be a tablet

Nerabio commented 2 years ago
image
AhsanAyaz commented 1 year ago

Closed by #279 . Thanks to @rofunn, @rasmus-eklund and @allanheremi