ionic-team / ionic-docs

Home Page:https://ionicframework.com/docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

feat: Swiper 11+ using swiper prefix on events

roman-rr opened this issue · comments

Prerequisites

Describe the Feature Request

Just a reminder that swiper@11+ require to using swiper prefix for events.

Ion-slides

<ion-slides (ionSlideDidChange)="onSlideChange()">

swiper-container

<swiper-container (slidechange)="onSlideChange()">

swiper-container 11+

<swiper-container (swiperslidechange)="onSlideChange()">

It takes me some time to know why events is doesn't works using current docs where swiper@latest installation specified.

Describe the Use Case

Events doesn't invoked with current docs.

Describe Preferred Solution

No response

Describe Alternatives

No response

Related Code

No response

Additional Information

No response

Thanks for the issue! This issue has been labeled as holiday triage. With the winter holidays quickly approaching, much of the Ionic Team will soon be taking time off. During this time, issue triaging and PR review will be delayed until the team begins to return. After this period, we will work to ensure that all new issues are properly triaged and that new PRs are reviewed. In the meantime, please read our Winter Holiday Triage Guide for information on how to ensure that your issue is triaged correctly. Thank you!

Thank you for the issue. I'm going to close this as a duplicate of #3306.