PeterStaev / nativescript-image-swipe

A NativeScript widget to easily :point_up_2: and :mag: through a list of images
Apache License 2.0
35 stars 21 forks source link

Get URL #56

Closed Mflm closed 4 years ago

Mflm commented 4 years ago

Hi,

How I can get the url from every image?

I would click on the image and download it.

Thanks

Mflm commented 4 years ago

or get the image source.

PeterStaev commented 4 years ago

Hey @Mflm , the source for the control is an array with imageUrl properties, so by the current index you can easily get the Url from your bound array.

Mflm commented 4 years ago

Thanks