@jf1 wrote:
Houston ? i get a French Problem…
First, Thanks,
I made a clone of https://github.com/ionic-team/ionic-conference-app.
@ViewChild(‘slides’, { static: true }) slides: IonSlides; with a config
set : ion-slides [options]=“slidesOpts” with
export const slidesOpts = {
slidesPerView: 4,
spaceBetween: 10,
loop:true,
freeMode: true,
}On first time, i cant swipe as config is defined
But…
If i reload page ( it is browser mode dev), swipe loop is alive !The issue is that:
[OK] slidesPerView
[OK] spaceBetween
[OK] freeMode
[KO] loopDo you copy ?
Merci pour tout
Posts: 1
Participants: 1