-
Notifications
You must be signed in to change notification settings - Fork 408
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
Go to next slide by code #39
Comments
Currently no. |
There is a work around to go to a next slide by code through simulating a key press. You can do this from your activity that extends MaterialIntroActivity:
|
You can also call onKeyDown of MaterialIntroActivity directly with KEYCODE_DPAD_RIGHT |
I believe this is a good feature to implement on a future release. |
@brownpixel Hi, What about going to next slide by code in current SlideFragment.It seems it does not have any solutions |
Hi @am2222, |
Even more so I'd like to move to the next page when the previous permission was granted. And this library just makes that so hard! Ah that would've been obvious and straightforward had i chosen to code it myself and not use a library :( |
Hi,
Is there any way to go to next slide by code in a custom slide?
The text was updated successfully, but these errors were encountered: