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.54k stars 2.68k forks source link

Lenovo TB-X306X is detected as phone #871

Closed unipeh closed 1 year ago

unipeh commented 3 years ago

$_SERVER['HTTP_USER_AGENT'] has value: 'Mozilla/5.0 (Linux; Android 10; Lenovo TB-X306X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome'

This is detected as a phone by Version 2.8.37. But the device is a quite ordinary tablet.

serbanghita commented 1 year ago

Thank you, this was released in the last version!