Skip to content
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

Prev and next indexes #10

Open
sonnessam opened this issue Feb 17, 2025 · 1 comment
Open

Prev and next indexes #10

sonnessam opened this issue Feb 17, 2025 · 1 comment

Comments

@sonnessam
Copy link

I wanted to report a problem with the management of the prev and next indexes.

When you get to the third tab (3), and you go back, the prev should be 3 and the next 2, while now, it is next 1 and prev 2.

This is the sequence on your Simple example:

starting the example:
prevIndex 0
nextIndex 1

tab 1 - press next button
prevIndex 1
nextIndex 2

tab 2 - press next button
prevIndex 2
nextIndex 3

tab 3 - press back button
prevIndex 1 (could be 3)
nextIndex 2 (Ok 2)

@parsajiravand
Copy link
Owner

Hello my friend ,
Can you send a sample ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants