Hi to everyone. Today i’m trying to remove the pages (the dots on the footer) on my ion-slides. With the old ion-slide-box the property show-pages = “false” work great, but now with this new component it doesn’t work. How can i do this simple action? I hope there is a “officiale way” to do this and not a workaround
No one know this? I can’t find it in the documentation
Hello,
You have to set pagination to false
<ion-slides options="{pagination: false}">
THANK YOU very much! Finally! It’s possible to know, where can u found that? I saw in the documentation and ionic say use pages: false not pagination! However Thank you another time!