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
Very nice work! The basic tour works great, however, when I instantiate multiple tours, this._hopscotchService.step(x) does not work for me for any value x other than 0.
It seems too that a tour starting on one page (or route) "hijacks" step options from other tours and eventually the steps seem to disappear. In other words, I can run any of them individually, but if I run one, then another, then another, the performance gets worse and worse over time until they all have only about 1-2 steps.
For the record, I am not able to use Angular Router in my project, due to conflicting requirements
The text was updated successfully, but these errors were encountered:
benhulan
changed the title
Multiple tours from one view?
.step(x) not working
Feb 1, 2019
benhulan
changed the title
.step(x) not working
.step(x) not working with multiple tours
Feb 5, 2019
Very nice work! The basic tour works great, however, when I instantiate multiple tours,
this._hopscotchService.step(x)
does not work for me for any valuex
other than 0.It seems too that a tour starting on one page (or route) "hijacks" step options from other tours and eventually the steps seem to disappear. In other words, I can run any of them individually, but if I run one, then another, then another, the performance gets worse and worse over time until they all have only about 1-2 steps.
For the record, I am not able to use Angular Router in my project, due to conflicting requirements
The text was updated successfully, but these errors were encountered: