xamarin/Xamarin.Forms

[iOS] CollectionView Image flickers when application is brought back to the foreground

开放

#7,127 创建于 2019年8月12日

 (1 条评论) (0 个反应) (0 位负责人)C# (1,926 个派生)batch import
a/collectionviewhelp wantedp/iOS 🍎t/bug :bug:up-for-grabs

仓库指标

星标
 (5,644 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Steps to Reproduce

  1. Run the repro by deploying the application to a physical device (I used XS)
  2. Background the app by going to the Home screen
  3. Wait a few seconds
  4. Foreground the app
  5. Notice that there is some flickering below the third image
  6. If unable to reproduce, please try the above steps a few times.

Note that this issue seems to be specific to the 3rd image. If you change its position in the list, then the flickering will continue to happen below that image. That said, I'm not sure if this is an issue with the image renderer or that of CollectionView.

Expected Behavior

There shouldn't be visible UI changes when the application is running in the foreground.

Basic Information

  • Version with issue: 4.3.0.1032-nightly
  • IDE: VS2019

Reproduction Link

App144.zip

贡献者指南