How to disable back button on home page after login

Hi all , How to hide back button instead menu button , When I login success , push to home page . I am looking back button on home page automatic appearing . How to hide it . I want to how menu button on it place .

After success appearing:

image

I want : home like

image

You could change root page

Don’t:
this.nav.push()

Do:
this.nav.setRoot()

4 Likes

resolved with this.nav.setPages()

thanks