Questions tagged [ionslider]
5 questions
1
vote
1 answer
Ionic v5 - Ion-slide how to change pagination position
I need help!
I am trying to change the position of the ion-slide pagination. I know I can change to the .swiper-pagination class. However, I can only put .swiper-pagination in global.css. But this brings a huge problem, all the slides on the other…

José Damião
- 185
- 1
- 9
1
vote
1 answer
React IonSlide right left navigation not woriking
Hi I am using ionic react. I tried ionslide and its working fine with the slide /swap. But I can't manage to show slider right left navigation. And my pagination dot works fine.
I cant even find a way to use custom slide next prev button.
How to use…

Shuhad zaman
- 3,156
- 32
- 32
0
votes
0 answers
ION-SLIDE Swiper bullets
Basically I am stuck on Swiper pagination bullets. I want to display the bullets right below the ion-slide but it shows on the ion-slide. when I change the position of pager bullets from bottom: 10px; to bottom: -20px; it gone hide at the back of…

Rehman
- 1
0
votes
2 answers
IonRangeSlider not Display
I am trying to use react-ion-slider on my react website. But it is not showing up.
import IonRangeSlider from 'react-ion-slider';
import React, { Component, ReactNode } from 'react';
function Category() {
return (

Dhaval
- 135
- 10
-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