Hacker News new | ask | show | jobs
by jordanmoore_ 5008 days ago
This is essentially the same idea as something I wrote a while back (compatible in iOS Safari, Android browsers etc) Demo - http://www.jordanm.co.uk/lab/contentchoreography Article - http://www.jordanm.co.uk/post/21863299677/building-with-cont...

To clarify iOS6 safari and all major mobile browsers use the legacy flexbox syntax. If you want to use the technique of small desktop contexts then use new flexbox, otherwise use the legacy syntax alongside new flexbox to ensure you cover all bases.

1 comments

I should further clarify - my documented approach is for re-arranging layouts for small viewports in responsive web design so flexbox only kicks in for narrow widths.

The approach the author demonstrates is for using flexbox in general.