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
My last step has an advanceOn option on it but the complete event doesn't get called like it does when I tap the "Next" button.
I'd expect the advanceOn to behave the same was next would. If it is the end of the tour that would mark the tour as completed and call the complete event.
The text was updated successfully, but these errors were encountered:
I've got the same issue going on. Will look into it at some point but I don't have the time for now, so I've worked around it using manual event listeners and a mediator.
My last step has an
advanceOn
option on it but thecomplete
event doesn't get called like it does when I tap the "Next" button.I'd expect the
advanceOn
to behave the same wasnext
would. If it is the end of the tour that would mark the tour as completed and call thecomplete
event.The text was updated successfully, but these errors were encountered: