Ion slide loop shows second slide after last slide

Hi there,

I am developing small app where I have kept ion card inside Ion slide and set its loop property to true. But when I slide from last slide it shows me second slide instead of first. I am using Ionic version 3.2.0. Can someone help me on this please?

ion-slides loop>
ion-slide *ngFor=“let card of myCards; let i=index”>
ion-card>{{card.name}}/ion-card>
/ion-slide>
/ion-slides>

myCards is the array of objects I am getting from storage on ionViewDidEnter()

how to post code.

I am trying to past html but its not showing. I am not sure why

Hi guys,

Can someone please help me here?

I noticed the same behavior when loop is set to true.

I am facing same issue with Ionic 2.2 as well

Also got this problem.

ion-slide without ngFor seems work fine. But with ngFor to generate slides dynamically will appear this problem.

Enable loop property, scroll from last to first will show second slide.

Ionic info as below:

cli packages: (/usr/local/lib/node_modules)

@ionic/cli-utils  : 1.19.1
ionic (Ionic CLI) : 3.19.1

global packages:

cordova (Cordova CLI) : 7.0.1 

local packages:

@ionic/app-scripts : 3.1.0
Cordova Platforms  : android 6.2.3 ios 4.5.2
Ionic Framework    : ionic-angular 3.9.2