我的主页上有2个离子标签,如下所示:

ion-tabs

点击New Game < - 将页面推到导航栏顶部

这就是发生的事情;正如你所看到的,android ion-tabs消失了,我无法返回上一页

enter image description here

这是“新游戏”按钮代码:

goToNewGame() {
    this.nav.push(NewGamePage, {gamesPage: this});
  }