I have a MVC4 site, which is not responsive, and changing its entire implementation just to make it responsive does not seem productive at all because it's a site where many people worked and there's a lot of " give me life
My idea was to create Views
from scratch, but these would only appear on mobile devices. This way I built the site in bootstrap, and when I had enough pages I used those views to always appear on any screen (as I plan to bootstrap it will work fine).
I've seen articles that added .Mobile
to _Layout.cshtml
, getting _Layout.Mobile.cshtml
but I do not think it's exactly what I'm looking for.