It would be nice to tell a certain step to not allow the user to click to the next step, and instead manually control when that step goes to the next step. For instance, I have a tour that points out a button that opens a modal. I would ideally like the step to point out the button and wait for the user to click the button and the modal to open to programmatically move to the next step that starts pointing out things in the modal.
I am using the exact versions of the following:
I have installed this library via: Bower
It would be nice to tell a certain step to not allow the user to click to the next step, and instead manually control when that step goes to the next step. For instance, I have a tour that points out a button that opens a modal. I would ideally like the step to point out the button and wait for the user to click the button and the modal to open to programmatically move to the next step that starts pointing out things in the modal.