-
-
Notifications
You must be signed in to change notification settings - Fork 307
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
Add option to completely hide skip and finish buttons #43
Comments
Possible duplicate of #3 |
setSkipEnabled(false); i want to hide all button in all pages ..... and thanks |
i think it can be done quickly ,, set visibility gone for (skip ,back ,finish, next) thank you very much ,, i am waiting for new release ,, i hope it coming soon |
also if we can hide circular indicator in specific page or last page , will be great |
So you basically want to hide the buttons at all? |
yes , and thanks for great library |
Use the new methods |
how can i hide skip and finish button ???
i want to hide it in all pages .....
i tried
/* Enable/disable skip button */
setSkipEnabled(false);
i think its not working ,, it visible but not enable
The text was updated successfully, but these errors were encountered: