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

Coach mark is setting on another screen, where key is not mentioned. #146

Open
sabininnov opened this issue Mar 7, 2023 · 1 comment
Open

Comments

@sabininnov
Copy link

I am getting an issue of not setting coach mark in screen ,where the global key is added. The coach mark is getting on next screen when a user clicked the previous screen quickly. Is there any solution to overcome this issue , which force to show the coach marks in the respective screens, where keys are declared rather than any other screens

@Vijay-Siva-ZS0349
Copy link

Use dispose method in a particular screen.

Eg:
@OverRide
void dispose() {
tutorialCoachMark.finish();
super.dispose();
}

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

No branches or pull requests

2 participants