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 using <ion-view> in certain places (like a Modal), it can unexpectedly push a state to the stack and then show a back button incorrectly when the modal is closed.
Can we add a way to say this view will not push to the stack, or provide more clear ways of using the ion-view tags in modals and other non-navigational UIs?
The text was updated successfully, but these errors were encountered:
Don't mean to go off topic, but is there a way to manually add to the history stack? I have a case where I am changing the urls manually from slide to slide (without triggering a state change), but would still like to add to the stack for back button purposes after I leave the slides.
When using
<ion-view>
in certain places (like a Modal), it can unexpectedly push a state to the stack and then show a back button incorrectly when the modal is closed.Can we add a way to say this view will not push to the stack, or provide more clear ways of using the ion-view tags in modals and other non-navigational UIs?
The text was updated successfully, but these errors were encountered: