I\'m working on some advanced browser detection, and I\'ve downloaded the MDBF browser file from CodePlex.
Unfortunately my Request.Browser.Platform, along with a fe
I've solved my particular issue (detecting iPad) with the following file in my application's App_Browsers folder:
App_Browsers
Then in the code I test:
if (Request.Browser.MobileDeviceModel == "IPad") ...