@nickkenens wrote:
I have 2 ion-tabs on my homepage like this:
After Clicking on New Game <- Pushes the page on top of the nav
This is what happens; as you can see, the android ion-tabs disappear & I have no way of returning back to the previous page
this is the "New Game" button code:
goToNewGame() { this.nav.push(NewGamePage, {gamesPage: this}); }
Posts: 1
Participants: 1