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

First images not rendered in view - iOS only #44

Closed markosole closed 8 months ago

markosole commented 3 years ago

Hi there,

I am using latest version on plugin and on the latest iOS with Xcode etc. and getting problem with rendering first visible images in the View. I have RadListView and two columns with 4 items in total per screen. So in total 4 items are displayed when View is loaded, but images are not displaying until I scroll down to see other items (which does render images). When I scroll back up, images (previously not rendered) are displaying properly (they get rendered).

Android works just fine, default NS works as well but does not have all features this ui-image module has.

Is there a way to force rendering (re-rendering) or enable/disable cashing or what ever is needed that I can test for iOS?

Which platform(s) does your issue occur on?

Please, provide the following version numbers that your issue occurs with:

Please, tell us how to recreate the issue in as much detail as possible.

Run the sample below inside <iOS><img:Img row="2" col="0" placeholderImageUri="res://noimage" failureImageUri="res://noimage" progressiveRenderingEnabled="true" src="{{ 'https://myap/' + file_url }}"/> </iOS>

farfromrefug commented 3 years ago

please test with listview and not rlv . the issue might be with rlv