LinkedInAttic / hopscotch

A framework to make it easy for developers to add product tours to their pages.
Apache License 2.0
4.19k stars 664 forks source link

Tour not restarting on page reload #330

Closed ghost closed 7 years ago

ghost commented 7 years ago

Hi, i'm using hopscotch in my website. After page reload tour is not starting.

timlindvall commented 7 years ago

Hopscotch won't start the tour for you on page reload. Presently, it will remember where you were in the tour (and you can get this state by calling getState()) but you'll need to give Hopscotch the tour data again via startTour() for it to pick up where it left off.

I hope this helps!