Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dudynets/swiper-ion-activatable-issue-reproduction
This is a reproduction of an issue with the `ion-activatable` class and the `swiper` library.
https://github.com/dudynets/swiper-ion-activatable-issue-reproduction
ionic reproduction swiper
Last synced: about 2 months ago
JSON representation
This is a reproduction of an issue with the `ion-activatable` class and the `swiper` library.
- Host: GitHub
- URL: https://github.com/dudynets/swiper-ion-activatable-issue-reproduction
- Owner: dudynets
- Created: 2023-09-03T14:35:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-03T14:56:52.000Z (over 1 year ago)
- Last Synced: 2023-09-04T17:59:12.293Z (over 1 year ago)
- Topics: ionic, reproduction, swiper
- Language: SCSS
- Homepage: https://dudynets.github.io/Swiper-Ion-Activatable-Issue-Reproduction/
- Size: 149 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Swiper + ".ion-activatable" issue reproduction
This is a reproduction of an issue with the `ion-activatable` class and the `swiper` library.
## Bug description
When using the `ion-activatable` class on an element inside a `swiper-slide` element, the "ion-activated" class is added to the element only on touch devices.
## Possible workaround
Adding the `swiper-no-swiping` class to the element with the `ion-activatable` class fixes the issue. However, it blocks the swipe gesture on the element, so it is not possible to swipe to another slide by swiping on the element.