Welcome Guest, Not a member yet? Register   Sign In
User agent is_mobile function always returns true
#1

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 
'windows' => "Windows Phone" 
Reply


Messages In This Thread
User agent is_mobile function always returns true - by future_man - 11-14-2014, 01:03 AM



Theme © iAndrew 2016 - Forum software by © MyBB