Using <ion-slides> or now known as swiper horizontal scrolling issue

Hey everyone,

I have a few ion cards that slide inside the swiper component or what was formerly known as ionic slides. My ion card displays information. Some of that information on the card, I’d like to be able to scroll it left/right using touch. The problem is swiping goes to the next ion-card in the slider component.

How can I tell the computer that when scrolling (touch left/right) on that specific info it should disable swiping to the next ion card?

Thanks!

You already have the swipe gesture to swipe cards left and right. why not make the card scroll up and down instead of left and right?

or

you can add the left/right swipe gesture on the last slide but the need to add logic if a user would want to slide back to the previous slides.