How to create responsive height with ionic

hi all,

i created four list, and i open with different mobile, and then the last list or column bottom, there is little empty space.

how so that there is no empty space for all mobile?

thanks in advance :blush:

something like so?

3 Likes

Thank you,
its very helpfull, but when i try on android jellybean.
display flex not working, there is a need prefix for different android system?

I would suggest looking at the very handy caniuse website and checking the css rules you want to use. It will tell you if a vendor prefix is needed or not for different versions of browsers.

If my memory serves me right I do think any flex rules still need a -webkit prefix for jellybean and that version of android uses the older specification of flexbox.