How to detect Tablets in ASP.NET MVC Application -
in asp.net mvc application how can detect whether user using tablet device or mobile device?
please looking no media queries solution.
there nothing built-in asp.net (you can test request.useragent, need know more info specific device), detect device client-side(with of web.wurfl.io) parametrize controllers, otherwise, if looking pure server-side solution, try wurfl => wireless universal resource file
wurfl device description repository (ddr), i.e. framework enables applications map http requests description of capability of mobile device requests page. in regard, wurfl pre-dates time when ddr term coined , arguably caracterized first ddr. in last year, wurfl role has expended being ddr mobile devices being framework detect every http client worth recognizing.
thanks wurfl, mobile web sites , application can:
- programmatically abstract away devices differences
- avoid need modify applications whenever new device ships
- avoid need track new devices on market
wurfl global database of devices , api tap information programmatically.
Comments
Post a Comment