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

**Issue description** Identify Sailfish Browser's operating system as Sailfish OS. **User-Agent(s)** Agreed new user-agent will be like this for Sailfish OS: "Mozilla/5.0 (Linux; U; Sailfish 3.0; Mobile; rv:38.0) Gecko/38.0 Firefox/38.0...

I am using chrome Developer tools to test my application using 'Mobile-Detect'. I have mobile devices configuration in my chrome developer mode like below iPhone X - 375 X 812...

Distinguish the computer side WeChat and mobile side WeChat,mobile side WeChat contains 'MicroMessenger' and 'Language', computer side WeChat contains 'MicroMessenger', not 'Language'

Add two missing Lenovo tablets TB-7304X TB3-X70L

For the below user agent i get the device as Desktop instead of Mobile myapp/2.5.4 iPhone10,3 iOS/12.0 CFNetwork/974.2.1 Darwin/18.0.0

Mobile Detect version 2.8.14 (on the demo site) and latest version on the moment at make issue, MDetect can't detect IE browser v. 11. Method isIE is false. ![17-09-2015 18-08-19](https://cloud.githubusercontent.com/assets/13527447/9937006/58904c6a-5d67-11e5-9f64-39fef2615e05.jpg)

type: bug

status: incomplete details

Due to growing popularity of Xiaomi added string for detect in $phoneDevices

Opera has two browsers for Mobile: **Opera** and **Opera Mini**, they are very different, each has its own behaviors, so it's very important do distinguish them but Mobile-Detect Seems to...

type: bug
type: regex
status: pending research

``` include __DIR__.'/libraries/Yf/Utils/Device.php'; echo 'is mobile:'.Yf_Utils_Device::isMobile().""; echo 'is isTablet:'.Yf_Utils_Device::isMobile(); ``` when i use phone visit ,its show ![image](https://user-images.githubusercontent.com/39790804/45027245-71b1b780-b073-11e8-8623-4ab0b3316c15.png) this is not right.

type: question
status: incomplete details