RE: Mobile enabling MVC application

2016-06-13 Thread Adrian Halid
From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of David Smith Sent: Tuesday, 14 June 2016 5:26 AM To: 'ozDotNet' <ozdotnet@ozdotnet.com> Subject: RE: Mobile enabling MVC application I’ve made use of DisplayModeProvider to provide mobile/desktop ve

RE: Mobile enabling MVC application

2016-06-13 Thread David Smith
...@ozdotnet.com] On Behalf Of Wallace Turner Sent: Monday, 13 June 2016 10:34 p.m. To: ozDotNet <ozdotnet@ozdotnet.com> Subject: Re: Mobile enabling MVC application >1. Would you use server side logic to determine the screen size and >output the relevant html? I would lean this way instea

Re: Mobile enabling MVC application

2016-06-13 Thread Wallace Turner
; > > > *From:* ozdotnet-boun...@ozdotnet.com [mailto: > ozdotnet-boun...@ozdotnet.com] *On Behalf Of *Wallace Turner > *Sent:* Monday, 13 June 2016 2:56 PM > *To:* ozDotNet <ozdotnet@ozdotnet.com> > *Subject:* Re: Mobile enabling MVC application > > > > w

RE: Mobile enabling MVC application

2016-06-13 Thread Adrian Halid
Halid From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Wallace Turner Sent: Monday, 13 June 2016 2:56 PM To: ozDotNet <ozdotnet@ozdotnet.com> Subject: Re: Mobile enabling MVC application when applicable (and with the usual disclaimers) i like

Re: Mobile enabling MVC application

2016-06-13 Thread Wallace Turner
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