Quote:
|
Originally Posted by Andy Sjostrom
Pocket PC 2002
Mozilla/2.0 (compatible; MSIE 3.02; Windows CE; PPC; 240x320)
Smartphone 2002
Mozilla/2.0 (compatible;MSIE 3.02;Windows CE; Smartphone; 176x220)
|
Hi Andy,
Actually since a number of end users manually tweak Pocket IE's useragent variables in order to get through sites that lock out IE3, wouldn't it be better to detect for the HTTP_UA_OS variable?
PIE on a Pocket PC reports:
HTTP_UA_OS - Windows CE (POCKET PC) - Version 3.0
HTTP_UA_PIXELS - 240x320
HTTP_UA_VOICE - FALSE
I don't have access yet to a Smartphone, but I imagine the HTTP_UA_OS would stay the same, but the HTTP_UA_PIXELS and HTTP_UA_VOICE variables would change accordingly, giving developers a more bulletproof way to detect for Pocket PC and SmartPhone devices.
Just a thought.
Regards,
- Ian