Shane Neuville
Shane Neuville
### Steps to Reproduce Most [GestureRecognizers](https://github.com/xamarin/xamarin-macios/blob/1fa43189b5b0392726f97e9b2576dc25b329699e/src/UIKit/UIGestureRecognizer.cs#L162) provide a ctor that will pass the gesture as an action argument. This is very useful for trying to combat circular references so that...
### Description Currently for Menu's on Catalyst we are using `UICommand`'s which requires selectors. This leads to a lot of awkward extra code. It appears that we can just use...
### Description Pull these changes into .NET MAUI https://github.com/xamarin/Xamarin.Forms/pull/15303 https://github.com/xamarin/Xamarin.Forms/pull/15279
### Description of Change Editor on iOS now resizes correctly when set to TextChanges ### Issues Fixed Fixes #3425
### Description of Change - modify the templates generated for the flyout items so that they are logical views of the flyout items that generated them opposed to all being...
# Description This check here ```C# else if ($"{context}".Contains("com.android.layoutlib.bridge.android.BridgeContext")) ``` Is expensive and we should be able to achieve the same thing a couple different ways - by checking IsInEditMode...
### Description - Load Issue 4915 and compare it to Android or iOS - MenuItems aren't loading - If you click the button the button doesn't resize to the url...
### Description Code introduced by #4915 should replace the code in `ImageViewExtensions` for loading bitmap images. There are a lot of UI Tests you can use to test this with...
## Summary Material visual changes a lot of control types and the Android Context itself. Having a single place where people can see the difference between the base controls and...
### Description This is a little tricky to explain or I just confused myself while working on this https://github.com/xamarin/Xamarin.Forms/pull/3400 Appears to have fixed https://github.com/xamarin/Xamarin.Forms/issues/4901 because it made it so that...