@Astrid5 wrote:
My ion-footer is surpassing the screen when I click the back button, and disappears only after a few seconds. Here are some screen shots:
- Click on back-button:
- Footer surpasses
- Ion tabs shows up after a few seconds
I tried
ionViewWillLeave() { const rootElement = document.getElementById('buy'); rootElement.classList.add('ion-page-invisible'); }
and
.ion-page-invisible { opacity: 0; }
but the footer shouldn’t behave like this. Any thoughts?
Posts: 1
Participants: 1