@brassier So what did you end up doing? You code looked like how? I describe mine here, yet still face the same issue:
Because if I do this, it still flashes unwanted content:
ionViewCanEnter() {
if(!this.auth.isLoggedIn()) {
this.navCtrl.setRoot(WelcomePage);
return true;
}
}
thanks