for my experience the best strategy to detect mobile devices and mobile browsers is to use the
HttpBrowserCapabilities and extend the pre-defined capabilities of the .NET Framework with the actual devices and browsers. I use user agent strings and header information to determine which phone is requesting the page.
Participant
1154 Points
429 Posts
Re: How to detect Mobile devices like Pocket PC??
Nov 03, 2008 08:38 AM|SKT_01|LINK
Hello,
for my experience the best strategy to detect mobile devices and mobile browsers is to use the HttpBrowserCapabilities and extend the pre-defined capabilities of the .NET Framework with the actual devices and browsers. I use user agent strings and header information to determine which phone is requesting the page.