I can't for the life of me figure out how to get Bootstrap Tour to work across multiple dynamic url pages. My tour starts on the users page /<user>
and I'm having them click a photo gallery and want tour to continue from that gallery page /<user>/<gallery>
.
I'm using reflex because I want the user to select a gallery they have and the tour to continue on from the new page. I've tried like every possible combination of using/not using reflex
, onNext
, path
, and redirect
I can think of and what you'd think would work logically doesn't work at all so I don't even know... I thought path
is used to tell the step what page to step should fire on but instead no matter what I try the script keeps trying to redirect to the path
I specify and when my path contains a regex and its like trying to redirect to the regex which obviously doesn't work so its all a mess...