talamaska / onboarding_overlay

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How do i show last onboarding shown after hidden

Erkapos opened this issue · comments

So i want to show the latest onboarding steps that have been shown after it has been hidden. is there any way i can achieve this ?

the sequence is
onboarding step 3 -> hide onboarding using .hide() -> show onboarding step 3 again but not using showfromindex

That's what showfromindex is :). What's the issue with it?

i want to keep track on where is the onboarding step is currently, but i can't do that by using the onChanged index because not every step that i do, i use nextStep, sometimes i use showfromindex again to show it.

Well, you could show last step - 1, no?