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

The Huawei BG2-W09 (MediaPad T3 7.0) not as tablet #762

KateNaumova opened this issue · comments

Hello,

The Huawei MediaPad T3 7.0 is recognized as a phone (by $detect->isMobile()), but not a tablet (by $detect->isTablet()). And it's a tablet.

Issue description

User-Agent(s)
Mozilla/5.0 (Linux; Android 6.0;BG2-W09 Build/HuaweiBAGGIO2) AppleWebKit...

Tablet models are : BG2-U01, BG2-W09, BG2-U03

Thanks