Shane Neuville

Results 141 issues of Shane Neuville

For more information about inflight process check https://github.com/dotnet/maui/wiki/Inflight-Branch-Process

p/0

## Adopt `DensityValue` in Grid to Enable Precise Pixel-Aware Layout --- ### Summary This proposal introduces a new `DensityValue` struct to the .NET MAUI Grid layout engine to improve layout...

proposal/open
area-layout
s/triaged

# 📐 Proposal: SafeAreaInsets Markup Extension for .NET MAUI ## Summary Introduce a markup extension to make it easy to apply safe area insets to layout padding and margin in...

s/triaged

### Description of Change This pull request introduces a mechanism for managing and cleaning up command event subscriptions when the lifetime of the `ICommand` instance exceeds that of the XAML...

p/0

# Unified iOS FlyoutViewHandler **Target:** .NET 10 --- ## Goal Implement `FlyoutViewHandler` for iOS, replacing the legacy `PhoneFlyoutPageRenderer`. Learn from both the existing renderer implementation and Shell's flyout handling to...

s/triaged

# Unified iOS TabbedViewHandler **Target:** .NET 10 --- ## Goal Implement `TabbedViewHandler` for iOS, replacing the legacy `TabbedRenderer`. Learn from both the existing `TabbedRenderer` implementation and Shell's tab handling to...

s/triaged

# Unified iOS NavigationHandler **Target:** .NET 10 --- ## Goal Create a NavigationHandler for iOS in Core that both Shell and NavigationPage use. This aligns iOS with WinUI (already unified)...

s/triaged

# iOS Handler Unification Epic **Target:** .NET 10 --- ## Description Unify iOS navigation containers (NavigationPage, TabbedPage, FlyoutPage) to use shared handler implementations that Shell also uses. This aligns iOS...

s/triaged

Moved Issue From https://github.com/dotnet/maui/issues/29650 ### Description I’m using .NET MAUI with SkiaSharp.Extended.UI.Maui 2.0.0 and trying to show a Lottie animation inside a CarouselView. My code works correctly for every item...