Shane Neuville
Shane Neuville
### Description of Change Alternate PR for https://github.com/dotnet/maui/pull/17647 ### Issues Fixed Fixes #
### Description of Change With MAUI we stopped committing fragments with state loss. This makes it so you can't make fragment changes when the app is backgrounded. This PR injects...
### Description of Change ### Issues Fixed Fixes #
### Description of Change Alternative PR from https://github.com/dotnet/maui/pull/14972 This PR takes a very narrow slice of processing the "Enter" key on a physical keyboard as a completed event if the...
### Description Currently if you use the `TapCoordinates(x,y)` API you're met with the following exception ``` OpenQA.Selenium.WebDriverException : An unknown server-side error occurred while processing the command. Original error: Error...
### Description It's becoming too difficult on iOS to construct controls in such a way that they will just GC all on their own. It's also becoming obvious that we...
### Description Currently if you change the root page to be a NavigationPage the titlebar looks like  We should probably set the `BarTextColor` to match the Shell colors ```XAML
### Description of Change Usually the `BindingContext` is automatically inherited via `Element.SetParent` using `SetChildInheritedBindingContext`. When an element is removed from a `Layout`, the `Element.SetParent` takes care of clearing `BindingContext` automatically....
### Description ### Steps to Reproduce Run our sample gallery with shell. This may have broke with WinAPPSDK 1.3, I haven't tested yet against 1.2 ### Link to public reproduction...
### Description On my journey of trying to figure out why things aren't being aligned on `WinUI` with `FrameRenderer` I discovered that the `DesiredSize` being set isn't correct based on...