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
The text was updated successfully, but these errors were encountered:
jarooda
changed the title
How to cancel tour if user click back browser button?
What is the best practice to cancel tour if user click back browser button?
Apr 22, 2022
I can prevent user for clicking other button component that route to outside current component using overlay.
But if user clicking back browser button, the tour is still running.
so i use navigation guard and search the classname like this
Is there a best practice to achieve this?
The text was updated successfully, but these errors were encountered: