-
Notifications
You must be signed in to change notification settings - Fork 214
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 to hide the skip button on last target? #103
Comments
I don't know if is possible, i know that you can put skip button in all steps from tutorial. |
@chenrilima What's the point adding skip button on last step/target from tutorial ? IMO, the skip button should be hide automatically when reach to last step from tutorial |
absolutely agreed |
@Wesleychung93 There is no way to conditionally show or hide the built-in skip button but there is a workaround for this. You will have to add the skip button as a |
@RafaelBarbosatec we can close this issue as it has already been resolved in version 1.2.6. |
IMHO this should be a breaking change and we should have the option to show "Skip" or Any other text/widget we want in the last (or only) target. In our app it changed the behaviour of our 1-step tutorial and user now need to click the target only instead of the "ok" to skip. I urge you to reconsider @RafaelBarbosatec or at least make it optional. |
Good point @atrope ! I will make it optional! |
@RafaelBarbosatec 1.2.7 is ok the only thing i would argue is that for this is to be a non-breaking change |
I understood there is a
hideSkip
property when initializing theTutorialCoachMark
, Appreciate could you guide how to hide skip button on last/final target ?The text was updated successfully, but these errors were encountered: