Tim Miller
Tim Miller
Your sample doesn't include a maccatalyst project, and I'm unsure if you made any changes that could cause this issue to be reproduced. Could you fix your repro to include...
@paulgee31 I wonder if this is a MAUI bug or a Catalyst bug. https://user-images.githubusercontent.com/898335/222683519-d1aa915a-175b-4ebc-87eb-5e8617e7367e.mov It looks like you're tapping on the pin, but you're not. You're tapping the map below...
@b-nesbitt Greetings! Did you file a feedback issue to Visual Studio for your issue? Could you provide more details? Were you running WinUI? Android? Did you see the Live Visual...
Closing this due to lack of activity, if you're still having an issue please open a VS Feedback item and we can look at it.
Could you write a sample program of how you're trying to do this? If "The TargetName reference fails" I assume that means the VisualStateManager is throwing an exception? Or are...
https://github.com/dotnet/maui/pull/13497/commits/6efec4ac17c5f0916fe6ed8609184a73541d0121 I removed these two tests, as they would break with my change. As I wrote above, this use case of a user setting that value via Code regardless of...
@PureWeen I changed `FlyoutPage`. [Shell implements `IFlyoutView`](https://github.com/dotnet/maui/blob/965698b1dd996ed1b062cda3b360cdaa61039ddc/src/Controls/src/Core/HandlerImpl/Shell.Impl.cs#L9) so I'm not sure how my change affects that. I don't want to change Shell functionality but can you point to where that's...
For ``` flyoutPage.FlyoutLayoutBehavior = FlyoutLayoutBehavior.Split; flyoutPage.IsPresented = false; ``` With my PR, for all platforms, it should close the flyout. That's intended for the reasons I gave above. Depending on...
> > @PureWeen > > I changed `FlyoutPage`. [Shell implements `IFlyoutView`](https://github.com/dotnet/maui/blob/965698b1dd996ed1b062cda3b360cdaa61039ddc/src/Controls/src/Core/HandlerImpl/Shell.Impl.cs#L9) so I'm not sure how my change affects that. I don't want to change Shell functionality but can you...
@PureWeen Is this PR okay to merge? Do you have more concerns?