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
29
votes
4 answers

Unhandled error during execution of scheduler flush. This is likely a Vue internals bug

I am getting the following error while creating slides in Vue.js: [Vue warn]: Unhandled error during execution of scheduler flush. This is likely a Vue internals bug. Please open an issue at https://new-issue.vuejs.org/?repo=vuejs/vue-next at…
Hello World
  • 2,673
  • 7
  • 28
  • 60
12
votes
4 answers

Show pager dots on ion-slides ionic component

I'm trying to create a slider component inside a page in an ionic 2 app. I've gotten it to work as intended with the exception that the pager dots don't show up. The documentation on how to use the pager isn't great. Any ideas where I'm going wrong…
J. Brandes
  • 357
  • 1
  • 3
  • 12
7
votes
2 answers

Ionic 4, ion-slides vertical scrolling not working

I have a component inside of ion-slide and its is the scroll not working here is my code : {{tab}}
Page 2…
6
votes
1 answer

Why Did Ionic 4 Ion-Slides Suddenly Stop Displaying Properly?

I have an Ionic 4 project that already had ionic slides implemented. Everything working great until some recent update to Ionic (less than a month ago) and they suddenly stopped working. On the first load, they seem to be fine, but on any load…
JMooreLabs
  • 467
  • 4
  • 11
6
votes
3 answers

ion-slides pagination bullet overlap the slides content [Ionic 4]

I am still new to Ionic and i want to have slides in my web page. I have used ion-slides with pager = "true". The problem is the pagination bullets overlapped the slides content. I've used the inspect element to discover the position of the bullets.…
DMDJ
  • 357
  • 1
  • 6
  • 13
4
votes
2 answers

Couldn't use options property of ion-slides

I have created a new app using Ionic v4 and tried adding slides to my app but I get an error stating Can't bind to 'options' since it isn't a known property of 'ion-slides' The html is
naveen ashok
  • 311
  • 1
  • 16
4
votes
1 answer

Ionic 4 initial slide loads with delay

I updated my Ionic 3 project to Ionic 4 and since then my slider first loads slide with index 0 and after some seconds it loads the initial slide. Is there a solution for this problem? This is my HTML
saibot
  • 331
  • 2
  • 13
4
votes
1 answer

How can we disable zooming function of ion-slide in ionic4

How can we disable the zooming function of ion-slides in Ionic 4, I already tried adding zoom="false" input on ion-slides element but it's not working, when I am double tapping on the screen it's still zooming the image and breaking the design.
4
votes
2 answers

"ion-slides "options" has been deprecated", now what?

I'm trying to implement Ionic2's Slides, but I can't find how to set the settings: ion-slides "options" has been deprecated. Please use ion-slide's input properties instead. I can find the 'input properties' (e.g. autoplay, speed, direction), but…
Martijn
  • 15,791
  • 4
  • 36
  • 68
3
votes
1 answer

How to validate a form in a ionic slide before moving to next slide?

I am building an ionic app with 4 slides with forms in each slide using slideNext() to move to the next slides. Is there a way I could validate each slide form before moving to the next slide? I would attempt an 'if' statement to check the validity…
appdevnoobie
  • 219
  • 1
  • 3
  • 8
3
votes
2 answers

Ionic 5 Slides ionSlideDidChange not called for last slide

I'm currently using ion-slides (in Ionic 5) and have problem getting selected slide index for last slide. This problem happens after I set slidesPerView to 1.3. Even ionSlideDidChange event doesn't get triggered when I tried to slide to last…
Ioan Moldovan
  • 2,272
  • 2
  • 29
  • 54
3
votes
3 answers

How to tell ion-slides what slide to show (slideTo)

I have a modal containing an ion-slides element. In the main page I have the thumbnails of the images that on (click) open the modal with the slider. I need to have the slider slideTo the slide with the index of the thumbnail selected, and haven't…
cVergel
  • 181
  • 1
  • 3
  • 11
3
votes
1 answer

Ionic ion-slides performance issue, too frequent method calls

I have an issue with the ion-slides component. I'm calling a method within my ion-slide but noticed that this method is called RIDICULOUSLY OFTEN and i'm not sure why. It also slows everything down significantly. Initially the method is called 900…
Ranil Wijeyratne
  • 626
  • 7
  • 19
3
votes
2 answers

slideChangeStart event does not fire when I swipe

In my Ionic 1.3.1 app I am using the ion-slides component to display sections of a questionnaire:
Colin
  • 22,328
  • 17
  • 103
  • 197
2
votes
1 answer

ion-slides - dynamic amount of slides

OS: Win10 Pro Ionic version: CLI 6.6.0 Node version: v14.0.0 I'm working with the IonSlides component and I'm running into following issue. I have an array of dates and have to create a IonSlide component for each of these dates. The user has the…
csaar
  • 530
  • 5
  • 22
1
2 3 4 5 6 7 8