↧
Answer by viperguynaz for displaymode for mobile with desktop view for ipad...
This is how we are directing tablets to the desktop view: DisplayModeProvider.Instance.Modes.Insert(0, new DefaultDisplayMode("") { ContextCondition = (context =>...
View ArticleAnswer by Maggie Ying for displaymode for mobile with desktop view for ipad...
This is a known issue, and we have recently released a workaround NuGet package for MVC 4: http://nuget.org/packages/Microsoft.AspNet.Mvc.FixedDisplayModes.The workaround is to simply install this...
View Articledisplaymode for mobile with desktop view for ipad in asp.net mvc 4
Hi I have a MVC 3 application, recently converted to mvc 4 and added mobile views. I want to add displaymodes for Mobile with desktop view for tablets specially for iPad(traffic mainly from here).I...
View Article