I have developed an app with a simple facebook login and with the Tabs template. When in login page and I login with Facebook I have a method that just calls this.nav.setRoot(TabsPage)
but nothing happens until I press again login button. I mean, I need to make “2 logins” or “2 nav.setRoot(TabsPage)” for it to works.
I have also tried with nav.push and I got the same behaviour. I have set a console.log in TabsPage constructor and it reaches it, but the view is not rendered.