when applicable (and with the usual disclaimers) i like to use response web design [1] which at its core uses CSS media queries to layout the page based on the browser dimensions. Bootstrap may be useful for helping you achieve this goal. If you are not using Bootstrap already (and i suspect you are not) then a few simple media queries [2] may give you a few quick wins on your existing site; some time may be involved in making the mobile page 100% polished. hth
[1]: https://en.wikipedia.org/wiki/Responsive_web_design [2]: http://www.w3schools.com/cssref/css3_pr_mediaquery.asp On Mon, Jun 13, 2016 at 2:01 PM, Tom Rutter <therut...@gmail.com> wrote: > Hi Folks, > > I have an existing MVC application that I need to "mobile enable". Same > functionality but the mobile versions of the pages will need to be > different in look and feel. What are the current ways of doing this sort of > thing? Detect the device type and redirect to the mobile versions of the > pages? > > Cheers >