I am trying to create a full-height list in Ionic that will always have 3 items. I want to ensure that it displays as full screen on different screen sizes. I have attempted using height:100%
, but have not had success. Here is an example of what I am trying to achieve: Example Image
I am wondering if using lists is the correct approach for this. Here is some code from a list example where I tried to make it full height: List Example Code
While searching, I found a good example of what I need in jquery mobile here: jsfiddle.net/gu7WE/1706/.
Thank you!