Make iPad NOT redirect to mobile?

Permalink Browser Info Environment
Hi,

Is there a way to make iPad not redirect to mobile?

I changed the 'true' to a 'false' in the iPad detection function, but no luck!

protected function checkBrowseriPad() {
          if( stripos($this->_agent,'iPad') !== false ) {
             $aresult = explode('/',stristr($this->_agent,'Version'));
             if( isset($aresult[1]) ) {
                $aversion = explode(' ',$aresult[1]);
                $this->setVersion($aversion[0]);
             }
             else {
                $this->setVersion(self::VERSION_UNKNOWN);
             }
             $this->setMobile(false);
             $this->setBrowser(self::BROWSER_IPAD);
             return true;
          }
          return false;

Type: Discussion
Status: New
andreyman3d2k
View Replies:
andrewcow replied on at Permalink Reply
andrewcow
http://www.concrete5.org/marketplace/addons/theme-options-lite/support/make-ipad-not-mobile/ - should work. there is a second step

concrete5 Environment Information

Browser User-Agent String

Hide Post Content

This will replace the post content with the message: "Content has been removed by an Administrator"

Hide Content

Request Refund

You have not specified a license for this support ticket. You must have a valid license assigned to a support ticket to request a refund.