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

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

Closed KateNaumova closed 1 year ago

KateNaumova commented 2 years ago

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

serbanghita commented 1 year ago

@KateNaumova thank you so much. Released in https://github.com/serbanghita/Mobile-Detect/releases/tag/2.8.41