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.

Home Page:http://mobiledetect.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Samsung Tab S8 Ultra tablet appears as a mobile device

kilicabdulkadir opened this issue · comments

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

@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.