notes device detection - deventry/uosweb-docs-en GitHub Wiki

http://googlewebmastercentral.blogspot.com/2012/11/giving-tablet-users-full-sized-web.html

http://51degrees.com/Support/Documentation/NET/Web-Applications/MVC

http://51degrees.com/Resources/Property-Dictionary#IsMobile // unfortunately neither the IsSmartPhone nor IsTablet is // available in the free open source lite version

//DisplayModeProvider.Instance.Modes.Insert(1, new DefaultDisplayMode("phone") //{ // ContextCondition = Context => // Context.Request.Browser["IsSmartPhone"] == "True" //});

//DisplayModeProvider.Instance.Modes.Insert(1, new DefaultDisplayMode("tablet") //{ // ContextCondition = Context => // Context.Request.Browser["IsTablet"] == "True" //});