[Ionic 4] Angular Ionic router animated: false
does not work on initial load
#17714
Labels
animated: false
does not work on initial load
#17714
Bug Report
Ionic version:
[x] 4.1.0
Current behavior:
On initial load of an Angular Ionic app, the initial view containing a link that defines an
{animated: false}
option will still animiate on first click / tap.Expected behavior:
I expect there to be no animation.
Steps to reproduce:
Create a link to another page with
animated: false
on the page that your app loads after booting. The link will still animiate to the next page on the first click / tap.Clone the repo to see an example - https://github.com/rossholdway/ionic-v4-nav-bug
Related code:
this.navCtrl.navigateForward('/tabs/tab1/page1', {animated: false});
The text was updated successfully, but these errors were encountered: