I am using ion-Slides
to show the selected image from the gallery and swipe them horizontally and it is working good but I want to show the last selected image on the screen.
I tried using slideTo()
and it causing the type error.
For more clarity: I am running a loop where I push selected images from gallery in with base64
conversion into an array
and pass it in an image
tag to show images on the HTML screen.
any help would be great.