@bpeary wrote:
Hi, I have a slider and I’d like to add the Swiper navigation arrows to it, but Ionic doesn’t seem to have that option. Swiper can initialize with arrows like this…
var swiper = new Swiper('.swiper-container', { navigation: { nextEl: '.swiper-button-next', prevEl: '.swiper-button-prev', }, });
…but I’m not sure how to implement this in Ionic. Can someone give me some direction or tell me an elegant way to add this? Cheers.
Posts: 4
Participants: 2