How to have a vertical scroll in an ionic app?

I have an almost fully functional app I am developing. I have a list of two items so far and I can’t scroll down to the next item. I thought scrolling was automatic in ionic?

So my question is how can I implement a scroller in ionic?
Like this:
image

hi,

add all the main content

inside a tag

Thanks for replying.

What tag specifically? DIV tag? ?

hi,

use ion-content

http://ionicframework.com/docs/api/directive/ionContent/

1 Like

Thanks for this. I got confused!