Tour steps that need to change app route #836
Replies: 2 comments
-
Based on the controlled callback example, I tried this... but it doesn't work... it create an infinite loop. I needed to run the route change, before the step rendered (before dom binding). But... step before can't be interrupted without the library bugging out.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
hey @dcworldwide Check the MultiRoute example. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need to change the application route many times throughout my tour. This requires delaying the css targeting until the route is loaded.
Generally speaking, I think this relates to a need to perform a async transition between steps...where some things must occur before the next step can run.
Is this possible?
Beta Was this translation helpful? Give feedback.
All reactions