View Single Post
  #7  
Old 07-03-2018, 07:16 PM
North's Avatar
North North is offline
Silver Member
 
Join Date: Sep 2017
Location: UK
Posts: 459
Default

Quote:
Originally Posted by NorthernGuy View Post
You hit the nail on the head with 'responsive' - that is more along the lines of what I meant, rather than an app. A site which detected or gave you the option about which layout you wanted.

So, if I were to mock something up as a site, would anyone be interested?
Ah ok, I may be already telling you stuff that you know, sorry if that is the case.

You probably don't want to detect the device the user is using or give them an option to switch between default or mobile, let the site respond to the screen width and reactive to it. Detecting a type of device such as android or IOS can lead to problems, best to make the site fluid and responsive using CSS to achieve this.

Resize your browser in this link to see the website respond to screen width http://themes.getbootstrap.com/previ...1474&show_new=

All that's needed for this site is new CSS, the backend is sorted, the frontend just needs an update, this is easier said than done but with a bit of time it can be achieved. A good responsive CSS framework that uses media breakpoints will solve the problem. https://css-tricks.com/snippets/css/...ndard-devices/

I would like to see a mock up, it would be great to share development ideas.
__________________
I use to have a Lisa Deluxe Teddy Babe, now I draw them.
Reply With Quote