Quantcast
Channel: Ionic Framework - Ionic Forum
Viewing all articles
Browse latest Browse all 49215

Ionic slide option changed but something wrong

$
0
0

@Amara wrote:

oldway:
slideOptions = {
loop: false,
pager: true,
noSwipingClass: ‘swiper-no-swiping’,
paginationClickable: true,
paginationBulletRender: function (index, className) {
return ‘’ + (index + 1) + ‘’;
}
};
new
ngAfterViewInit() {
this.slider.loop = false;
this.slider.paginationType = ‘bullets’;
this.slider.paginationBulletRender = (index: number, className: string) => {
return <span class="${className}">${index + 1}</span>;
};
}

  1. but if i use paginationBulletRender bullet click doesn’t work ,
  2. and noSwipingClass: ‘swiper-no-swiping’, this option gone?! it think it`s old perfect way
    now i just stuck in; need help please

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 49215

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>