You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
andonFinish
this but not workif (currentIndex.value < index) { tutorialController?.next(); } else { tutorialController?.previous(); }
The text was updated successfully, but these errors were encountered: