You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First modal has a child ion-nav and it works great, the alert is presented and dismissed. Instead, the second modal does not have a child ion-nav, when the alert is dismissed, the modal's ionViewDidEnter() lifecycle event is called again, presenting a new alert (entering in an infinite loop).
What behavior are you expecting?
Presenting or dismissing and alert should not trigger any modal's lifecycle event.
Ionic RC0
The text was updated successfully, but these errors were encountered:
Short description of the problem:
Modals open an alert when they are presented:
First modal has a child
ion-nav
and it works great, the alert is presented and dismissed. Instead, the second modal does not have a childion-nav
, when the alert is dismissed, the modal'sionViewDidEnter()
lifecycle event is called again, presenting a new alert (entering in an infinite loop).What behavior are you expecting?
Presenting or dismissing and alert should not trigger any modal's lifecycle event.
Ionic RC0
The text was updated successfully, but these errors were encountered: