Not all Androids will load the page!

hockmasm
13 years, 9 months ago
You gave me this code to replace in the terawurl.php file to make android go to the iphone template:

case 'html_wi_mml_html':
case 'html_web_3_2': //text/html DTD HTML 3.2 Final
$MobileJoomla_Device['markup'] = 'xhtml';
break;
case 'html_web_4_0': //text/html DTD HTML 4.01 Transitional
$MobileJoomla_Device['markup'] = 'iphone';
break;

However, some android phones work but others won't load the page. just sits there. if i change the code back to the original they all go to the pda template, which I dont want. i want andoid to go to iphone and everything else (except iphone) go to pda.

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.