A great plugin!!! Probably a little more work needed on html validating, and tweaking on various templates.
Quote:
Originally Posted by C.Birch
it dont work with a sony ericsson w800 turn the plugin off and the phone can load the site.
|
Different phones will return different headers. So create a php page that is something like
<?php
echo $_SERVER['HTTP_USER_AGENT']."<br />".$_SERVER['HTTP_ACCEPT'];
?>
Browse to it and see what values it returns.
Then compare against the "Get WAP device information" php and tweak so that it recognises your phone.
With some of the more modern phones, they can read normal web pages, and so the headers that they return can be the same as normal browsers. Just a matter of finding some distinguishing factor so that you can serve the correct style.