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

How can i listen onchange event in TutorialCoachMark #187

Open
kingkarki opened this issue Jun 19, 2024 · 1 comment
Open

How can i listen onchange event in TutorialCoachMark #187

kingkarki opened this issue Jun 19, 2024 · 1 comment

Comments

@kingkarki
Copy link

How can i listen onchange event in TutorialCoachMark

I wanna listen TutorialCoachMark when targets changed from controller. i see there is no any options how can i do that
i try with this event onClickTarget and onFinish this but not work

if (currentIndex.value < index) { tutorialController?.next(); } else { tutorialController?.previous(); }

@RafaelBarbosatec
Copy link
Owner

Hi @kingkarki !
The onClickTarget and o onFinish not work?
Weird, I will analyze this.
Could you share the code?

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