Closed Catah97 closed 2 years ago
@Catah97 this is a known issue, loopPages
and .eager
policy.
Why do you need it to be eager? Remove the contentLoadingPolicy
for a better performance
We would like to use Pager to shown ads in out app. Ad mean pictures that will cycling forever in the loop. These pictures are downloading from web and it could be nice to preload them all at once. The count of ads is low something between 3 to 10 so this should not be performance issue.
But it seem that default behavior that preload 5 ads will be enough for us. So I apologize for spam.
Describe the bug Content is blinking when user scrolling through the list. It happends only when
If you use just
.loopPages()
without.contentLoadingPolicy(.eager)
the problem disappear.To Reproduce Simulated on the code below.
Environment: