Skip to content

Comment on Rails 4.1.0 releasedparent

Comments

Trying to shrink an app designed for a desktop browser down to a 4" phone is a fool's errand

That's why, when you design a responsive website, you're supposed to think / work out mobile first.

Hoping to detect all mobile devices out there based on their http request is no wiser.

You end up with a LOT of hidden or visible markup, redundant on both mobile and desktop.

After working on responsive websites for about 2 years now, I feel that variants is the way to go with Mobile designs.

You flesh out something lightweight for mobile and then another for tablet + desktop + whatever.

Otherwise your mobile display is needlessly large.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.