Is it possible to destroy all the hints and steps?
This is what I'm seeing.
Looks like there's a API to remove all hints.
intro.removeHints();
intro.removeHint();
It's not part of the documentation.
I am still experiencing this issue on Safari. I've tried using removeHints() even though I only have steps (not hints), I've also tried manually setting the steps to null inside the introJs instance, still have had no luck. Not sure why it's loading the tour on a completely different view ... it could be loading the next view prematurely too. Would appreciate any ideas on a fix.
Most helpful comment
Looks like there's a API to remove all hints.
intro.removeHints();
intro.removeHint();
It's not part of the documentation.