CommunityToolkit/Maui.Markup

[Bug] Refresh view is off the screen

ss-proc opened this issue · 2 comments

Description

Hi, I'm a newbie trying to learn Markup. I cloned the https://github.com/CommunityToolkit/Maui.Markup/tree/main/samples and ran it on iOS simulator on macOS M1, I noticed that the refresh view is off the screen. Also when I set the new count to "1" then the news list is also off the screen.

Stack Trace

N/A

Link to Reproduction Sample

https://github.com/CommunityToolkit/Maui.Markup/tree/main/samples

Steps to Reproduce

Please see above

Expected Behavior

  • Refresh view control is in the center
  • When news settings count = 1, the first news should be in the center
  • When news count = 2, the view should show 2 items

Actual Behavior

Untitled.mov

Basic Information

❯ dotnet --info
.NET SDK (reflecting any global.json):
 Version:   6.0.400
 Commit:    7771abd614

Runtime Environment:
 OS Name:     Mac OS X
 OS Version:  12.5
 OS Platform: Darwin
 RID:         osx.12-arm64
 Base Path:   /usr/local/share/dotnet/sdk/6.0.400/

global.json file:
  Not found

Host:
  Version:      6.0.8
  Architecture: arm64
  Commit:       55fb7ef977

.NET SDKs installed:
  6.0.400 [/usr/local/share/dotnet/sdk]

.NET runtimes installed:
  Microsoft.AspNetCore.App 6.0.8 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App]
  Microsoft.NETCore.App 6.0.8 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App]

Workaround

Reproduction imagery

Screen Shot 2022-09-03 at 10 49 42 PM

Thanks @ss-proc!

I confirmed that this is a .NET MAUI bug:
dotnet/maui#7315

I'll close this for now since the Issue isn't specific to CommunityToolkit.Maui.Markup

@brminnick Thank you so much for adding detailed information, I will keep an eye on that issue. Cheers 🍻