Sorry if this has been beaten to death. I've bee Googling but haven't found an answer that satisfies.
I'm just starting to create my first mobile version of a desktop website that was written in WebForms.
My current question has to do with mobile device/browser detection.
I have some Javascript that will determine if a browser is a mobile browser but this solution doesn't seem ideal. For example if we have a hard-coded list of devices/OSs in javascript then it could be a maintenance issue to have to update this for new devices/OS versions.
I did some other research and it looks like the WURFL project might be a better solution for being able to retrieve much more information about devices/browsers.
There's also 51degrees which is based on WURFL which provides similar functionality (as well as other functionality too.)
What I'm trying to determine is if we need to purchase any of these solutions or if it's overkill. I feel like all I need at this point is to determine a) If your device is mobile b) What OS (Android/IOS/etc) in case I need to handle anything differently based on the OS and c) What screen size (for loading different stylesheets)
Is anyone aware of a good resource summarizing what you REALLY need to care about for someone getting into the mobile web? I feel it's premature for our company to spring for WURFL/51degrees if there are simpler solutions that get the job done.
Handset Detectionmobile detection library handsetdetection.com <br/> you can get the.NET handset detection API kitby visiting following link: <br/> code.google.com/p/handset-detection-asp-net-api-kit <br/><br/> – NitinJS Apr 17 at 10:03