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

Do we have any function to just display which slide is currently displayed #7292

Closed
4 tasks done
tentree-development opened this issue Feb 1, 2024 · 1 comment
Closed
4 tasks done

Comments

@tentree-development
Copy link

Clear and concise description of the problem

I am using 11.0.5 with the vue.
I am trying to track which slide is shown to the user using google analytics and sending custom event to GA to know all slides are shown to the users. However sometimes one a particular slidechange event will send this event twice. This gave me some wrong information about if a particular user is already revealed to the user and how many times it's being reveled to the user. Probably because loop = true.

Suggested solution

Should we have any event which will let me know which slide is shown with index? It doesn't matter loop=true or not we just want to know which one is revealed to the user.

Alternative

Or on change event if there is option or flag so I don't need to send the event to GA not for tracking?

Additional context

No response

Validations

  • Follow our Code of Conduct
  • Read the docs.
  • Check that there isn't already an issue that request the same feature to avoid creating a duplicate.

Would you like to open a PR for this feature?

  • I'm willing to open a PR
Repository owner locked and limited conversation to collaborators Feb 1, 2024
@nolimits4web
Copy link
Owner

Do you want to ask a question? Are you looking for support? Stack Overflow or Swiper Discussions is the best places for getting support

Please, don't use GitHub issues for questions

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

No branches or pull requests

2 participants