mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
test(tabs): async nav to tabs
This commit is contained in:
@@ -32,8 +32,9 @@ class SignIn {
|
||||
}
|
||||
|
||||
push() {
|
||||
this.nav.push(TabsPage);
|
||||
//this.keyboard.close();
|
||||
setTimeout(() => {
|
||||
this.nav.setRoot(TabsPage, null, { animate: true });
|
||||
}, 1000);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user