-
-
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
Validation feature #7
Comments
@heinrichreimer Sure, there's a need of such policy. Hoping to see it soon. Thank you. |
Hi. Instructions:
2. Set NavigationInterface in MaterialIntroActivity by calling
3. For lock or unlock slide page you need to call allowNextSlide() or allowPreviousSlide() from your fragment (e.g.: you may call this methods after successfull user autorization). Also you may call showNextSlide() and showPreviousSlide() for imidiately go to next or previous slide. You can see the sample code in demo files. |
Added validation feature (#7)
Fixed by #24 |
Would be nice to have the ability to block users from getting past a given page based on some sort of policy:
That way we could also check for permissions and such. You could also disallow users to go back.
The text was updated successfully, but these errors were encountered: