Separate template for iPads

goldlilys
13 years, 6 months ago
I know there's already a ipod/iphone template settings, but I would like to use the standard version of the theme for Ipads since it has a bigger screen so there's no point of using the mobile version of it. 

Can you guys add an ipad version and disable the mobile theme. Thanks.
steinarasb
13 years, 6 months ago
Have you tried chekcing "no" in the radiobutton for "iPad support"?
goldlilys
13 years, 6 months ago
Thanks for fast reply. And yes im a newbie to mobile joomla and didn't see that option yet. Will check it out. 
mClever71
13 years, 1 month ago
where did ipad setting go in latest stable version
zigsdesign
13 years, 1 month ago
I am also looking for an answer to this question. I have the latest version 1.0 installed but would like to turn off the mobile version for iPad because the regular site template looks and works great on iPad's larger screen.
dryabov
13 years, 1 month ago
zigsdesign wrote:
I am also looking for an answer to this question. I have the latest version 1.0 installed but would like to turn off the mobile version for iPad because the regular site template looks and works great on iPad's larger screen.

MJ1.0 should display desktop version on iPads (and other tablets). Try to clear cookies in your browser, and if issue exists after that, post here UserAgent string of your browser (e.g. from mobilejoomla.com/uatest.php).
zigsdesign
13 years, 1 month ago
Thanks for your input! You are correct, it did fix the issue. I had not cleared my browser cache after updating to the latest version.
pethr
13 years ago
It would still be great to have a tablet template option. Please... Desktop version isn't meant for tablets.
remcodekker2
12 years, 10 months ago
In plugins\mobile\terawurfl.php

change

 
if($wurflObj->getDeviceCapability('is_tablet'))
{
$MobileJoomla_Device['markup'] = '';
}
 


to

 
if($wurflObj->getDeviceCapability('is_tablet'))
{
$MobileJoomla_Device['markup'] = 'iphone';
}
 


That should forward ipad's to de iphone website
pethr
12 years, 10 months ago
What I meant is a separate template for iPads/tablets. You certainly don't want iPad users to see site optimized for small screen of an iPhone but you don't necessarily want them to see full desktop version either...
1

By continuing to use this site you consent to the use of cookies on your device as described in our cookie policy unless you have disabled them. This site will not function correctly without cookies.

I accept cookies from this site.