serbanghita / Mobile-Detect

Mobile_Detect is a lightweight PHP class for detecting mobile devices (including tablets). It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.
http://mobiledetect.net
MIT License
10.52k stars 2.67k forks source link

Samsung Tab S8 Ultra tablet appears as a mobile device #911

Closed kilicabdulkadir closed 11 months ago

kilicabdulkadir commented 1 year ago

My device's user agent is as follows Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36

But my device appears as mobile even though it is a tablet. isTablet function returns false. How can i solve this problem

serbanghita commented 11 months ago

@kilicabdulkadir from the UA Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 there is no hint that this is a tablet or a mobile device.