Quote:
Originally Posted by dartho
That would detect as a mobile, but not as an iPhone type device. I would have thought people would want the iPad as an exception so it gets the full style? - but to be treated like iphones etc, you should change the following in the plugin.
from
Code:
$ipodbrowsers = array(
"iPod",
"iPhone"
);
to
Code:
$ipodbrowsers = array(
"iPod",
"iPad",
"iPhone"
);
|
dartho, what code changes are there between this and the 3.7 version even if it's small?