Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: ensure the component fully renders before proceeding to the next step in ionTour #1221

Closed
vinicius-guedes-brisa opened this issue Dec 5, 2024 · 0 comments · Fixed by #1222
Assignees

Comments

@vinicius-guedes-brisa
Copy link
Member

vinicius-guedes-brisa commented Dec 5, 2024

Description

When the next component in the tour is not yet rendered (due to the ngIf directive), IonTour mistakenly assumes that the tutorial has ended. This fix ensures that IonTour waits for the next component to render before advancing to the next step.

Reported by: @lucas-alcantara-brisa and @allan-chagas-brisa

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant