Questions tagged [ion-slides]

Ion-slides is a component of the ionic framework, much like a simple slideshow.

Ion-slides is a component of the ionic framework, much like a simple slideshow, where you can next/prev by swiping.

108 questions
0
votes
0 answers

ion-slider via ng-repeat with starting point as a param

I have a slider with ng-repeat (looped). And I want it to show the first slider according to the user input (from the prev view). For example, if the user chose "veges", then the first slide will show tomato, and if the user chose "fruits", then the…
-1
votes
1 answer

getting getActiveIndex wrong in ionic slider

I have only 5 images and below configuration slideOpts = { slidesPerView: 4.25, centeredSlides: true, initialSlide: 2, speed: 400, centeredSlidesBounds: true, spaceBetween: 0, loop: true }; now when I slide to have…
cakePHP
  • 425
  • 1
  • 4
  • 23
-1
votes
1 answer

How to trigger a script when changing of slide in ionic?

I'm writing an application in Ionic & Angular. I'm using the ion-slides component and I would like to launch a script to recalculate the full amounts at each change of slide... Could you please explain to me how to do it? Is there a generic…
vanpevi
  • 5
  • 4
1 2 3 4 5 6 7
8