router.push()/router.replace() without the possibility to go back #851
Unanswered
JeremyMeissner
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Simple question, I would like to be able to use
router.push()
orrouter.replace()
and disabling the possibility for the user to go back (by removing the history? setting a specific param?)Because on iOS, user can still "slide to go back". Even though there is no go back bouton.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions