Is there any good libraries/packages out there for detecting information about the device that visitis my page. For instance if a user goes to my page I would like to detect the platform, the version of the platform, screensize, manufacture and model..
I have tried with 51Degress.mobi but once I checked the value of Request.Browser.Platform the value was "Uknown"...and that was when I used my android-phone..which isnt a uncommon platform these days..so I sort of lost the trust of that.. or maybe I did something wrong? All i did was install it using nuGet..
Oh and yeah, I would like to do this server-side.. just to make that clear :)
Thanks in advance!
Use the http classes to get the request header and parse the user-agent value.