Hi all,
I want to use paginationType: progress
, yet it’s not working. Beside that: autoplay is also not working. We know that Ionic uses the old version. Could someone please help and fix this?
Even the own documentation says it: “you can’t use progress if you don’t have pager = true”, yet that does not work because Swiper is outdated when used in combination with Ionic.
$scope.options = {
autoplay: 1500,
effect: 'coverflow',
autoplayDisableOnInteraction: false,
loop: false,
pager: true,
paginationType: 'progress',
coverflow: {
rotate: 50,
stretch: 0,
depth: 100,
modifier: 1,
slideShadows: true
}
};
How to get paginationType: “progress” and autoplay to work?