-
Notifications
You must be signed in to change notification settings - Fork 13.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ion-view pushes to stack #1667
Comments
We could check if there's a parent modal when using ion-view and do nothing if so. We could also possibly make this slightly more generic. Looking into it. |
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. |
@travisdahl Did you find a way to push to history stack? I need a similar feature |
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: