Purpose of ion-content and ion-scroll

Can someone give an example where to use ion-scroll and where to use ion-content? The docs are not clear what the purpose of those two is. I don’t want to have a list if different attributes here, that’s in the docs already. I want a use case that can be included in the docs to help others (me) to decide which to use if you don’t require any special feature.

Maybe two different scroll containers aren’t needed at all and can be merged to ion-content with some more attributes (paging, …).

Hi @elm,

You may be right, actually. The intention is for ion-scroll to be used with nested scroll views. But I don’t actually see why ion-content wouldn’t work in every case with a couple more attributes.

Could you open an issue on github about this?