Indicate that you can slide an ion-slide

Is there a way that I can indicate to my users that my ion-slides is able to be slid? Right now, it just sits there and has autoplay on, which I don’t want but is the only way I can think of to indicate it can be slid.

One possibility which is widely used is to show the pager:

<ion-slides pager>
2 Likes

You can try use length() > 1 to show a message the slide can be used.

it’s an alternative too :grinning: