Unfortunately I think this may be short-circuiting the changeStepCb code so that the step is never incremented (among other things). This means when I get to the new page, the same step shows again.
It all works well when I use window.location. I've tried advancing the step manually in the callback but that doesn't work either. Any pointers? :)
I'm having a bit of trouble advancing to the next step in a onNext callback in multipage tours. I've changing page like so:
Unfortunately I think this may be short-circuiting the
changeStepCb
code so that the step is never incremented (among other things). This means when I get to the new page, the same step shows again.It all works well when I use
window.location
. I've tried advancing the step manually in the callback but that doesn't work either. Any pointers? :)