I have an Angular 2 app wrapped in Ionic 2. I\'m using , and within each tab is an . The content in this area ne
I am using Ionic 2 rc 0
My solution is to use an ion-fixed attribute on a div I called envelope.
(in rc 0, you can't add ion-fixed to ion-content)
#envelope{ width: 100%; min-height: 100%; padding: 0; margin: 0; height: 100%; overflow: hidden; }