I have one screen login with home comes with menu, 4 tabs . Like home, about, location, more.And in this case menu working fine. When i login, i use this below code
home, about, location, more
in modal page
import {ViewController} from 'ionic-angular';
...
constructor( private view: ViewController ) {}
closeModal() { //handler to close modal. this.view.dismiss(); }