Ionic cap: iOS 14.5 iPhone 11 slider won't snap?

hEllo.


As you can see, the one with the slider dot is on browser, which snaps into place like a regular slider. But on iphone simulator it seems like it is just acting like a horizontal scroll view with. the slider dot missing as well as no snapping.

Code:

<ion-slides  pager="true">
      <ion-slide class="ion-padding" *ngFor="let imgLink of collection.imgLinks">
        <img class="slideContent" src='{{imgLink}}' />
        </ion-slide>
        </ion-slides>

EDIT: Seems like if the card is too small, it will turn into a regular scroll view and lose snapping and slider aspect. still trying to find solution

this has been fixed, looks like a layout problem but i dont like these types of behavior lol