Jump to content

Mobile template (latest one, running on PS1.4.10) always shows on iPad...how to force regular site?


Recommended Posts

  • 4 months later...

I've the same problem. i've changed file Mobile_Detect.php in modules/mobile_theme:

 

I've changed function "setMobileDetectionRules", deleting all rules except phoneDevices.

 

public function setMobileDetectionRules()

{

// Merge all rules together.

$this->mobileDetectionRules = array_merge(

$this->phoneDevices

);

 

}

Link to comment
Share on other sites

×
×
  • Create New...