Knowledgebase
iPad would go to the regular site rather than the mobile site
Posted by Gary Jolley on 25 February 2013 12:08 PM
Edit the detect_class.php in the modules/BCSE_Mobile_Mod folder to add or remove devises from being recognized.

Open init.php file and add this in:

if (preg_match('/ipad/i', $this->userAgent)) {
$this->isMobile = false;
}

at the bottom of the __construct() function

Comments (0)
Post a new comment
 
 
Full Name:
Email:
Comments: