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

slide to remove Ionic3 slide

I am trying to create a swiping tinder like app using the Ionic slides. My slides are linked to an array in which i remove the first item once a swipe has occured:
user3024827
  • 1,228
  • 4
  • 18
  • 36
0
votes
0 answers

How to use 3 ionic-slides in one page and take instance of each ion-slides?

In my Ionic-3 mobile application, i want to use 3 ion-slides in one page, and in each ion-slides i want to get index of current slide, so that i can use it to save index of current slide. It also works if i get instance of ion-slides, so that i can…
GAURAV
  • 647
  • 6
  • 18
0
votes
2 answers

Ionic : Ion-slides- Only First Slide appearing

I'm trying to add ion-slides to my app, but i'm facing a problem that i don't have any idea how to solve it. I simple added the ion-slides example to my page:

Test

Vinicius Andrade
  • 151
  • 1
  • 4
  • 22
0
votes
3 answers

Remove padding on ion-slide

I want to remove the padding on item inside ion-slide. By setting the background color, I've found that it must come from there, as shown in the pic: I want to remove the green zone.
Nitrof
  • 121
  • 1
  • 3
  • 15
0
votes
1 answer

how to select ionic slide item without clicking

I'm working on an android app with the Ionic 3 framework. My app's main page should have 3 horizontal slides: like this sketch And I want to select the 3 slide items that are in the center without clicking. I have a button that will redirect the…
0
votes
0 answers

Ionic v1: ion-slides event not firing

I am using Ionic 1.3.3. I want to add an action event to the slides, but the event doesn't fire at all. Nothing is appearing in the console for the following: template:
xeno7
  • 115
  • 1
  • 10
0
votes
1 answer

Changing just images in ion-slides and not buttons

I am trying to create some slides in Ionic with the ion-slides component, what I need is to change just the images on the slides but not the buttons or interface interactions. Is there anyway I can achieve that? Thank you very much. My code is…
0
votes
0 answers

Making Ionic2 Slides using Firebase data

I stored profile data in firebase and trying to retrieve them and show them in template with slides. (I am making a matching service.) But it seems the template is loaded before data is assigned to variable. When I am just retrieving one data, not…
user423491
  • 73
  • 1
  • 8
0
votes
2 answers

ionic1 2 sliders on same page and its events to change particular slide

I need to change slides when I press button, as I am new to Ionic I am not able to achieve it.
Vikas Kad
  • 1,013
  • 1
  • 18
  • 38
0
votes
2 answers

Ionic slides move from first slide to last with loop true does not update pager

When i use ionic slides with pager and loop true. When i swipe left from first slide, the last slide opens but the pager dots are not updated and view does not get binded to the model. If user interacts with this, then it works fine but initially…
mridul16
  • 1
  • 3
0
votes
1 answer

FirebaseListObservable and ion-slides not working

I have a FirebaseListObservable and want to iterate over the resulting elements to create ion-slides:
chris08002
  • 487
  • 5
  • 15
0
votes
0 answers

When applying lockSwipes, I cannot scroll image in X-axis

I am developing an app using ionic v1. I placed ion-slide-page in ion-slides and ion-scroll in ion-slide-page as shown below. This ion-scroll contains an image. What I want to do is to keep the slide from moving left and right when the image is…
Wonjae Lee
  • 111
  • 1
  • 1
  • 8
0
votes
0 answers

Can't generate more than 10 slides dynamically in ionic

i have a array of 50 objects and i'm trying to fetch data from each array and display it in ionic slides
Gururaj Bhandarkar
  • 292
  • 1
  • 3
  • 14
0
votes
1 answer

Swiper slider - setting responsive images for different size screens

I have an ionic app, and I use ion-slides directive which uses swiper slider, for an image slider. This is how it looks in the view:
Ludwig
  • 1,401
  • 13
  • 62
  • 125
0
votes
1 answer

ion-slides not showing inside of ion-content and div

Am new to Ionic framework (Hybrid application development) from iOS native app development. I have to design a screen which should have two button like "Recent and All". If we click "Recent" the recent items should be displayed in list and if we…
Yuvaraj.M
  • 9,741
  • 16
  • 71
  • 100