CodeIgniter Forums
Detect mobile - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Detect mobile (/showthread.php?tid=48870)



Detect mobile - El Forum - 01-31-2012

[eluser]Unknown[/eluser]
Hello, I'm currently trying to check if the user of my web page is using a mobile or is using a pc.
I'm trying doing this:
Code:
if ($this->agent->is_mobile()){
$this->views_prefix = 'mobile/';
}
else{
$this->views_prefix = 'default/';
}
$this->load->view($this->views_prefix.'default_page');
But when I enter to the page on my android or on my pc the page showed is default/default_page.
What is the problem?
(sorry bad english )


Detect mobile - El Forum - 01-31-2012

[eluser]InsiteFX[/eluser]
1140 Grid System fluid to mobile