-
Hello,
I'm on an Angular5 project, I have JQuery and Ion.RangeSlider installed with npm. How can I modify the style of sliders ? I see this subject : https://stackoverflow.com/questions/34798624/incr…
-
Is it possible to use built-in SlideBox component to using custom css3 animations like on this demo - http://tympanus.net/Development/PageTransitions/ ? Preferably with the ability to specify differen…
-
I have 3 `ion-slide-box`. Everyone has 3 items.
I created two buttons `Next` and `back` to simulate sliding by pressing them.
However `delegate-handle` doesn't work. I get:
```
Delegate for handle …
-
#### Short description of the problem:
I notice that Ion-Slides is not working in the first tab, but works in the second tab.
Does not work means when sweeping, the slide control doesn't go to next s…
-
**Ionic Info**
@ionic/angular: "4.0.0-beta.1"
**Describe the Feature Request**
I would like to be able to style the `swiper-pagination` element of the `slides`
For example, in my v3 app, I dis…
-
Hi guys,
I have a issue to run the slidebox on my device using the latest build (1.0.0-beta.13-nightly-746),
tested it works on browser but not on my Samsung galaxy note 3 (android ver.4.4.2).
The …
-
When using a an ng-repeat for ion-slides, the slidebox won't continue sliding when it reaches the last slide. It just stops when it reaches the end.
Tried with setting `does-continue=true` explicitly…
-
Понадобился range slider(period) для фильтра по ценам. Было бы быстрее подключить на jQuery готовый плагин. Не могу через модуль подключить jquery так, чтобы все работало. Либо ошибки, либо ничего. …
-
**Ionic Info**
@ionic/angular: "4.0.0-beta.2"
**Describe the Bug**
The following error poped up in my Chrome debug console a couple of times today. I don't know effectively when unfortunately
…
-
I want to be able to pinch zoom on a device into an image embedded inside a Swiper within my ionic app.
With the code below I am able to zoom into the image but $scope.slider.lockSwipes() locks the…