Intro.js: Destroy all hints and steps

Created on 26 Mar 2018  路  2Comments  路  Source: usablica/intro.js

Is it possible to destroy all the hints and steps?

This is what I'm seeing.

1 User navigates specific page..

2 Show the hints specific to this page.

3 User navigates to other page.

4 I don't want to show any hints. For some reason I continue to see the hints from #2 on this new page.

Most helpful comment

Looks like there's a API to remove all hints.

intro.removeHints();
intro.removeHint();

It's not part of the documentation.

All 2 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Floby picture Floby  路  4Comments

danielgolden picture danielgolden  路  7Comments

stephendeo picture stephendeo  路  5Comments

zombiezlk picture zombiezlk  路  6Comments

alexandernst picture alexandernst  路  5Comments