dotnet / dotnet/maui

CollectionView not in Shell cannot scroll to top after tap status bar on iOS

Open
#36,129 3 comments 1 reaction 0 assignees View on GitHub
area-controls-collectionview platform/ios repro:device-only s/triaged t/bug
Dominant language
C#
Stars
23.3k
Forks
2k
Avg merge
1d 15h
Merged PRs (30d)
290

Description

### Description

I notice that the 10.0.80 release note has fix below bug:
https://github.com/dotnet/maui/issues/19866
But when I try the sample repo in my iphone12, it still cannot scroll to top when tap status bar on iOS

### Steps to Reproduce

1. Clone the repo
2. Open code with vs code
3. Run in iphone device
4. Scroll down a little bit the collectionview
5. Tap the iPhone right/let top corner (the battery area or the time area)

Expect:
The collectionview should scroll to top

Actual:
No thing happen

### Link to public reproduction project repository

https://github.com/jingliancui/CollectionViewTapBarScrollIssue

### Version with bug

10.0.80

### 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

_No response_

### Did you find any workaround?

No

### Relevant log output

```shell

```

Contributor guide

Open the contributing guide

Research direction

Start by cloning the linked CollectionViewTapScrollIssue reproduction repository and running it on an iPhone. Inspect the CollectionView scenario outside Shell and compare the reported status-bar tap behavior with the expected result. Done means the CollectionView scrolls to the top after tapping the iOS status-bar area.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp, ios
Domain
mobile
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
52/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.