-
Notifications
You must be signed in to change notification settings - Fork 330
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
goToSlide method shift the slider to correct slide number but didn't show correct slide #224
Comments
this is also happening in Interestingly, in |
Apparently, there is problem on my side when i force the state my last slide (slide 7) supposedly has Aaaaand on my
the slider will show the first slide, but after 200ms, it shows the correct slide. |
Your solution worked for me, thanks. Even with the 200ms of "delay", since we have an update checker in the beginning, that is showed above the rest of the app, the delay will never be seen by the user. |
The slides aren't counted in the correct order of indexes. Your first slide can be index 2 instead of 0 (in my case) e.g
You can also add |
What i use
My issue
my App Intro Slider can move to the correct slide when goToSlide called but the modal keep showing the first slide.
I know the slide has moved to the intended slide because the back button is showing and no done/next button.
this is my code
The text was updated successfully, but these errors were encountered: