nativescript-community / ui-image

Advanced and efficient image display plugin which uses Fresco (Android) and SDWebImage (iOS) to implement caching, placeholders, image effects, and much more.
Apache License 2.0
36 stars 9 forks source link

[Feature Request] Support Requesting Multiple Images (Multi-URI) #10

Closed vahidvdn closed 10 months ago

vahidvdn commented 5 years ago

Is there any way to have Multiple Images (Multi-URI)? As native plugin supports it.

I want to first load a smaller image, then show a high-resolution image. Any idea?

farfromrefug commented 5 years ago

@vahidvdn wont come soon as there is no counterpart on iOS. Could bring a callback though for you to do what you want with the native controller before it is applied.

vahidvdn commented 5 years ago

@farfromrefug Thanks for the reply. I have a workaround mentioned here , but has a lot of problems in list views.