I want to close navigation of one page when i click to other tab . Like i have 4 tabs and on first tab i am on navigation page (inside one page ) when i clicked on 2nd tab then i want to close naviation of first tab so when i go back to first tab then it should not show navigation .
i used
ionViewWillLeave(){
this.navCtrl.pop();
this.content.resize();
}
in detail page but it is hiding home bar . can anyone fixed that issue ?