I tried the below right inside the main tag
<ion-content>
<ion-slides direction="vertical">
<ion-slide>
<h1>Slide 1</h1>
</ion-slide>
<ion-slide>
<h1>Slide 2</h1>
</ion-slide>
</ion-slides>
</ion-content>
Without the direction, or setting to horizontal, it always works fine horizontally… but it just won’t work vertically. No matter what it just tries to slide horizontally
Running ionic v 6.11.0