Welcome Guest, Not a member yet? Register   Sign In
Direct Tablet PC (iPad, ...) users to full site
#1

[eluser]bertcarremans[/eluser]
Hi,


for the moment I have a mobile version of my website. I accomplished this by putting the following code in the constructor function

Code:
$this->load->library('user_agent');
if ($this->agent->is_mobile()) redirect('http://m.example.com/');

However, I would like to redirect tablet pc users (iPad, etc) to be directed to the full site (the non-mobile version). I tried this by removing iPad from the $mobiles array in the config/user_agents.php file, but this does not work.

Does anyone have an idea how to do this?

Thanks!




Theme © iAndrew 2016 - Forum software by © MyBB