Tim Miller
Tim Miller
The tooling around these menus are maintained by Visual Studio and not this repo or project. If you could file this to Visual Studio, then it can be triaged appropriately.
I don't know much about Firebase, but this doesn't seem like a bug, nor related to the MAUI UI Framework. It seems like when you get a notification, your application...
> ### Description > Apps requiring "runFullTrust" are rejected in the Microsoft store, so keeping this capability is no option for me. This is not true. You can submit apps...
Trying this on Catalyst, it happens there as well. It also happens when wrapping the webview inside of other controls (Grid, StackLayout, etc), but seems fine inside `ContentView`. If the...
@rolfbjarne I couldn't reproduce it in one. If I have the RootViewController to contain a WKWebView, and load the PDF, touch events pass through and it works. Within MAUI it...
I tried to reproduce what you suggested, but I couldn't in an Android Emulator and on a Pixel 4a, both with a debugger attached and without, and in debug and...
Could be related to https://github.com/dotnet/maui/issues/14506
Updated the tags to include hot-reload-xaml. To make it clear, I believe that to address ListView for WinUI not being able to be hot reloaded (https://github.com/dotnet/maui/issues/13900) we need to fix...
Checking this against Xamarin.Forms, Forms doesn't seem to respect the Always Visible setting either for Android, but it does show the bar when scrolling. MAUI does show nothing in main....
@holecekp I think you have it backwards, the crash happens when you have UseMauiCompatability enabled, and works correctly when it's disabled. Specifically, here, https://github.com/dotnet/maui/blob/9e8144915e59a7a0c2b7875170a3b8e12b235b68/src/Core/src/Handlers/View/ViewHandler.Windows.cs#L115 This is looking for the Handler,...