Replies: 1 comment 3 replies
-
Have you seen #12541 ? It might help. And we see the same thing, so curious whats happening here. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Starting with 9.3.0.GA I've noticed that the av.imageview module is not correctly updating images inside a ListView (RecyclerView):
9.2.2.GA (images show correctly)
scrolling up, revealing new items
showing local and remote images
9.3.1.GA, 9.3.2.GA, 10.x
scrolling up, new items are missing
local images are not visible
Code
Sometimes it works at the first compile and app start and it will start to ignore the lower images the second time I compile/run the app but then they are gone the whole time.
Possible sources:
At the moment I'm not sure if the fix has to be in the SDK inside the RecyclerView or inside the module. And I know that it doesn't happen for everyone but there are other people with the same issue.
Workaround
Since I just use that module for the scaleType I've created a custom SDK with #12285 and use the module only on iOS
Beta Was this translation helpful? Give feedback.
All reactions