I can’t for the life of me get the pager dots to show up when using <ion-slides> I have tried <ion-slides pager="true"> , <ion-slides options="{pagination: true}"> and <ion-slides pager> but the pager dots do not appear. When I inspect the web browser output, I’m seeing the pager div as <div class="swiper-pagination hide">
Any ideas how to get the pager to render and not have the “hide” class added to it?
I got the same problem and tried everything including your answer: <ion-slides [options]="{pagination: true}"> but still didn’t work! any help for this??? Thanks
It seems like it depends on the version of Ionic you’re using. I just updated to 2.0.0 (from 2.0.0-rc.2) and now my original solution doesn’t work anymore. Changing to <ion-slides pager="true"> seems to do the trick now.
working with slides, I realized that slider option is deprecated. We need add to ion-slides attributes like <ion-slides pager="true" spaceBetween="10">