in my ionic application, i would like that my ion-list takes all the remaining place in height according to others elements of my page.
I have a header-bar, an ion-footer and also a div with some text. Here is what it’s look like :
Thanks !
in my ionic application, i would like that my ion-list takes all the remaining place in height according to others elements of my page.
I have a header-bar, an ion-footer and also a div with some text. Here is what it’s look like :
Thanks !
Check the answer at this SO question…
I’ll try to get an Ionic-specific code example working for you. I’ve used Flexbox for this before with Ionic, and it works fine.
Mike