Shane Neuville
Shane Neuville
### Description We get about 2 issues a month around confusions with customizing the WinUI Titlebar https://github.com/dotnet/maui/issues/20976#issuecomment-1977173364 WinUI drastically changed the TitleBar implementation between 1.2 and 1.3 which led to...
### Description of Change For new users it's not advantageous (and can be confusing) to have the Maui Compatibility package referenced. Nothing from this package should be used by new...
https://github.com/dotnet/maui-samples/blob/main/8.0/UserInterface/Views/CollectionViewDemos/CollectionViewDemos/Views/Swipe/VerticalListSwipeContextItemsPage.xaml#L7 StackLayouts will cause the CollectionView to take up infinite space. What this means is that the CV won't be virtualized at all. if a CV has 100 items it'll...
--- **Issue moved from dotnet/maui#19946** - Please respond to @awalker-dsg. --- _From @awalker-dsg on Wednesday, January 17, 2024 4:02:37 PM_ ### Description After updating our app (which targets Android and...
--- **Issue moved from dotnet/maui#22106** - Please respond to @H-A-Hristov. --- _From @H-A-Hristov on Sunday, April 28, 2024 12:39:38 PM_ ### Description Fatal signal 6 (SIGABRT) crash in logcat, when...
### Description of Change When the constraints of a RecyclerView change, the items don't get recreated so we have to re-evaluate the cached sizes being used to measure each of...
### Description While working on https://github.com/dotnet/maui/pull/22270 I noticed we are hitting a scenario that's causing an infinite layout loop. When you look at the following stack trace we can see...
### Description of Change Fix issue that does not allow scrolling in WebView with PDF on iOS. Initially, I started by checking the status of the WebView: if internal UIScrollView...
### Description of Change ### Issues Fixed Fixes #22271