Exclude Ipads (tablet devices) from mobile theme and redirect it to the regular theme (desktops one')

Permalink
Hello everyone!

I'd be grateful if you could help me. I use C5 version 5.6.0.2 and i have two themes the regular one (desktops) and another one for smartphones (mobile theme).

I want to exclude the mobile's theme from ipads/tablets and use it only for smartphones. I'd like to use the regular theme for the ipads as the desktops.

Can you help me please?

Hope hearing from you soon.

Best regards!

Malko

 
guyDesign replied on at Permalink Reply
In concrete/core/libraries/view.php
line 574 (in checkMobileView function )

change: if ($md->isMobile())
to: if ($md->isMobile() && !$md->isTablet())