EllisLab text mark
Advanced Search
     
Direct Tablet PC (iPad, ...) users to full site
Posted: 22 January 2012 05:53 AM   [ Ignore ]
Joined: 2010-11-20
30 posts

Hi,


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

$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!

 Signature 

Argodots Webdesign