2
I have a site MVC4, which is not responsive, and change all its implementation just to make it responsive does not seem to me at all productive, because it is a site where worked many people and there is a lot of "junk" behind that will complicate my life.
My idea was to create Views
from scratch, but these would only be presented in devices mobile. This way I built the site in bootstrap, and when I had enough pages I used these views to always be displayed on any screen (how I plan to do with bootstrap will work all right).
I saw some articles that added .Mobile
in the _Layout.cshtml
, getting _Layout.Mobile.cshtml
but I don’t think that’s exactly what I’m looking for.