Is there a way to set beacon at a certain stepIndex? #942
-
I have a multi-route joyride, and i have 4 steps, 2 steps are in page 1 and the other 2 steps are in page 2. Is there possibly a way to set which stepIndex the beacon appears at if a certain condition is met or let the beacon show at the current stepIndex instead of the next step? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Hey @RichelleT Did you check the multi-route demo code, especially the |
Beta Was this translation helpful? Give feedback.
If I understood correctly, that's not possible using the default flow. You won't be able to show the beacon again for the step.
After you click next/close/overlay, the step is complete, and will go to the next step.
It might be possible to create a very complex setup using the callback to reset and replace the steps everytime, but I can't help or support that.
But anyway, if the user already saw the tooltip, why do you want to show it again?