Quantcast
Channel: Ionic Forum - Latest topics
Viewing all articles
Browse latest Browse all 70612

Ionic tabs disappear after clicking popover menu

$
0
0

@cahyanahelmy wrote:

Hello my friends, I have pop over to display more menus on my projects page, but after clicking menu and redirected to some page, the tabs menu is disappear.
this my code to display popover menu

presentPopover(myEvent) {
    let popover = this.popoverCtrl.create(ContactPage);
    popover.present({
      ev: myEvent
    });
  }

This my code to push the menu to another page

appInfo() {
    this.navCtrl.push(AppInfoPage);
    this.close();
  }

This my page with popover menu and tabs

And this my page after redirected by pop over menu

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 70612

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>