User agent is_mobile function always returns true |
Does anyone know what could be causing this? Everytime I want to find out if a device is a mobile device or not I get a big fat YES from the codeigniters is_mobile function!
I do $this->agent->is_mobile() and on my desktop I get true. I write $this->agent->mobile() and I get "Windows Phone"... Even though I am using win7 OS on a desktop computer. It seems function detects windows and thinks I am using windows phone. From the user_agents.php: PHP Code: // Phones and Manufacturers |
Messages In This Thread |
User agent is_mobile function always returns true - by future_man - 11-14-2014, 01:03 AM
RE: User agent is_mobile function always returns true - by Chroma - 11-14-2014, 07:58 AM
|