Hi, I’ve been having this weird issue, when i open the app the login screen looks good.
But when i logout form the app, it comes back with the navbar.
This is an undesired behavior, and i have no idea how to fix it. Any help please?
Hi, I’ve been having this weird issue, when i open the app the login screen looks good.
But when i logout form the app, it comes back with the navbar.
This is an undesired behavior, and i have no idea how to fix it. Any help please?
Take a look at the docs for ion-view
http://ionicframework.com/docs/api/directive/ionView/
hide-nav-bar="true" is what you want
my god! thanks a lot!