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
1 post - 1 participant