Wait for the task to complete #648
Replies: 1 comment 4 replies
-
hey @venumanthena It's too abstract to know for sure but have you tried to set a callback instead of a value, so you can execute it in the Joyride's callback.
I can't be sure if this would work, but at least you'll have the current value. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Thanks for the fantastic library. However, I had a doubt.
I have a steps json in which few actions need to be forced to click. On clicking, the next slide should appear once the task data is loaded or in other words, action is completed. So what is happening here is that by the time my data is loaded, the steps are firing one by one. So the data is always returning false. I can workaround with this by increasing the stepindex in my data callback functions but I wanted a generic solution so that i can pass a key and based on that key, the action moves to next slide. Hope I am clear with my explanation. Below is my steps JSON
In the above JSON, I have passed actionCompleted key. Based on tat key value(true), I want to increase the stepindex and move to next slide and not before that.
Is there a way to wait till the task is complete?. any help appreciated.
Beta Was this translation helpful? Give feedback.
All reactions