Hi everybody i am working on ionic 3 application. I need to have a cover-flow like this: react coverflow
I have searched so many places but couldn't find one for ionic 2 or above. i also tried a "jquery coverflow" and "swiper" but i dont know how to call a function from the javascript file.
can any one help me to 1. import and use Swiper in ionic 2 or above. 2. import and use javascript files without using npm.
Thanks in advance.
You are able to use the ion-slides from Ionic themselves. And because it is build on top of Swiper, you are able to pass in every option found in their docs. You should take a look at it. More info about the use of ion-slides take a look at Slides documentation.