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
1 answer

Different Lists in different slides scroll at same time

I have two ionic slides, each containing a regular list. My problem is that each time I scroll on one of them, the other scrolls at the same time. Is there a way of making each list scroll individually? My code somewhat like this:
0
votes
1 answer
0
votes
1 answer

Ion Slide Overflow

I am using ion-slide and transforming my image on second slide zooming IN and OUT and it overflows on my main slide. Here's my main slide and the second slide is overflowing: HTML:
aJaysanity
  • 165
  • 1
  • 5
  • 13
0
votes
1 answer

How to fix autoplay issue when rotate in ionic4?

I have used ion-slides in my project. The code is given below:
0
votes
1 answer

ionic 4 - ion-slides component not working

I'm trying to use ion-slides inside a modal. Tried different many ways but it's always free draggable stopping at any position. It look like the component didn't setup. My HTML
anderlaini
  • 1,593
  • 2
  • 24
  • 39
0
votes
1 answer

ion-slides on ionic4 select slide on click

I'm using ion-slides to have a slider with different "selectable" tags like the image below I have already accomplished that. The point that I'm struggling with is that I need to make the slide that I click on selected and the older one unselected…
Mohamed Saleh
  • 2,881
  • 1
  • 23
  • 35
0
votes
1 answer

HTML5 audio controls disappear in iOS 13 with Ion slides

We have an Ionic 4 app that we've created that uses ion-slides. Each slide contains a photo, an HTML5 audio player, and some text. The HTML5 Audio player on the first slide looks fine, but subsequent slides initially show the time-control slider…
0
votes
1 answer

ion-slides support landscape orientation ionic application

I want to show slide images in portrait and landscape orientation. Problem : When i rotate image image not set in full screen width Here is my code
SShah
  • 243
  • 2
  • 17
0
votes
1 answer

I want to reach the last Slide of my Ion Slides Component when i navigate from a different page - Ionic 4

I have a Slides Page consisting of 5 Slides. On the 5th Slide I have my "Login Page". Whenever I logout from the Application, I want to be redirected to the 5th Slide. For Logging Out, I am using an Alert Controller, to provide the user with a…
0
votes
0 answers

Property 'parent' does not exist on type 'NavController'

I have a screen filled up with different boxes that represent different sectors, all sectors have different sub sectors. I am trying to click on one of the sectors so that I can go to that particular sector's details. These details are presented…
Joanne Fsadni
  • 103
  • 1
  • 8
0
votes
1 answer

ionic4 slide to next

i want to move to next slide manually but i got error. i tried like this: Next and in ts file: import { Component,…
Mohammad Reza Mrg
  • 1,552
  • 15
  • 30
0
votes
1 answer

Ionic 4 and ngx-charts - Problem with responsiveness in ion-grid inside an ion-slide

I'm having problems with the responsiveness of ngx-Charts inside an "ion-slide", or more precise, a ngx-Chart within an "ion-grid" which resides in an "ion-slide". For the chart to be responsive I found two rules. One says, that you should not use…
Joey
  • 11
  • 7
0
votes
1 answer

Ionic slides card horizontal

I need help. When I start to slide on the left my 2nd card to nth is not showing.
aJaysanity
  • 165
  • 1
  • 5
  • 13
0
votes
1 answer

Ionic v4 and Angular Cannot able to get the inner text of ion-slide of loop generated slides

I am having an array displayed in using *ngFor looping around a defined array: status: string[] = [ 'Active', 'Inactive', 'Ended' ]; @ViewChild('slideWithNav') slides: IonSlides; @ViewChild('status') slide: IonSlide; And here is…
alim1990
  • 4,656
  • 12
  • 67
  • 130
0
votes
0 answers

Initializing leaflet map in an offscreen tag (currently not visible ion-slide)

I'm trying to initialize a leaflet map in a currently not visible ion-slide. When swiping to this slide the map-container has a height of 0 and the map is not visible. When setting the dimensions of the map-container to a fixed size the map is…
herhuf
  • 497
  • 3
  • 17