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
When not return anything, the redirect works correctly but does not close the menu. When I return true, the menu closes, but the event page transition is not executed because the event is stopped with the return.
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.
I have the next code:
When not return anything, the redirect works correctly but does not close the menu. When I return
true
, the menu closes, but the event page transition is not executed because the event is stopped with thereturn
.CodePen: http://codepen.io/anon/pen/syCkL (I could not make it work in codepen.io)
The text was updated successfully, but these errors were encountered: