OT: css grid layouts 2
The last discussion is now obsolete, as browser support is now very good ![]()
I am using my iPad which i have updated to iOS 10.3, and now has support for css grids, but i will post a few screen shots once i have also updated my iPhone, and i am back at my computer.
What i have to say though, is that css grids is rubbish in practice on the iPad.
Why?
If you remember me posting this demo -
http://www.pziecina.com/Adobe/grids_demo.html
you may also remember me saying that it looks good also when viewed on the iPad without css grid support. This was because the layout flowed correctly, and filled the screen, both in portrait and landscape orientation. It no longer does this.
What i have now is a very good landscape layout, but the layout only fills the top 50% of the viewport now in portrait. It is obvious to me that whilst css grids may in theory be better than flexbox, it will also require more use of media-queries, and much more use of proportions being used to achive a good layout, than flexbox, (read vw, vh, % and calc).
My experiance so far, NOT very impressed.
