Test case for an Ionic 2 RC0 issue: ionic-team/ionic-framework#8573
The test case is based on the Ionic template starter: ionic start ionic-modal-alert-issue tutorial --v2
- Run
ionic serve
and wait until the App opens in the web browser. - Click the
Show Modal
button.
- The Modal opens.
- When the Modal animation is finished, ionViewDidEnter() get's called.
- The code in ionViewDidEnter() tries to create an Alert.
- There's no Alert and the Modal disappears.