dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
21.89k stars 1.69k forks source link

PullToRefresh activity indicator hidden behind header in CollectionView #20723

Open metalium84 opened 5 months ago

metalium84 commented 5 months ago

Description

I'm using a CollectionView which is wrapped into a RefreshView in order to benefit from the PullToRefresh capability. This is working fine as long as I'm not using a header in my CollectionView. However, if I'm using a header and pull down on top to refresh my collection, the activity indicator is hidden behind the header instead of being shown on top.

CollectionView without header CollectionView with header
PullToRefresh_withoutHeader PullToRefresh_withHeader

Steps to Reproduce

  1. Run the sample app from the reproduction repository
  2. Use PullToRefresh

Link to public reproduction project repository

https://github.com/metalium84/dotnet-maui-refreshview-bug

Version with bug

8.0.7 SR2

Is this a regression from previous behavior?

Not sure, did not test other versions

Last version that worked well

Unknown/Other

Affected platforms

iOS

Affected platform versions

iOS 17

Did you find any workaround?

Unfortunately not.

Relevant log output

No response

ghost commented 5 months ago

We've added this issue to our backlog, and we will work to address it as time and resources allow. If you have any additional information or questions about this issue, please leave a comment. For additional info about issue management, please read our Triage Process.