I’m trying to build a view with two buttons on top that can’t scroll, and a content area below those buttons that does scroll. Both ion-content areas will overlap eachother, can I only use one ion-content item per view?
I load two different pages into welcome and set views. If I use ion-content then the views overlap each other. If I remove the ion-content form the views I’m loading it works correctly, but the formatting seems off. Can’t ion-content be used for multiple views in the same page? If so is there an alternative?