Mobile-Detect icon indicating copy to clipboard operation
Mobile-Detect copied to clipboard

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.

Results 119 Mobile-Detect issues
Sort by recently updated
recently updated
newest added

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

This PR is identical to #640 (same commit, same author, etc), except that it targets `5.x`, instead of `master`. :-)

Hi Guys, it is possible to display a completely different website if detect mobile / tablet? let's say on desktop example.com and on mobile or tablet m.example.com hosted somewhere else...

Hi, As [suncat2000/MobileDetectBundle](https://github.com/suncat2000/MobileDetectBundle) project doesn't look maintained anymore, we decided to create & maintain a fork. The new location is [tattali/MobileDetectBundle](https://github.com/tattali/MobileDetectBundle)

Hey! The following iPad models are not detected as tablets in the Safari browser. Through the Google Chrome browser, everything is determined as it should: iPad Pro 12.9 2020 v14.0...

Add support for the Samsung Galaxy Tab S7, this device is currently detected as a mobile instead of a tablet. Not to be confused with the Tab S7+ that was...

See https://github.com/hgoebl/mobile-detect.js/issues/108

type: regex

I have some error in xiaomi device. Error UA is: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/89.0.4389.116 Safari/534.24 XiaoMi/MiuiBrowser/12.15.3-go http://joxi.ru/xAeRNJkUMPN0Br My changes fix this issue =)

Fix errors in php8.1 : preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated in