Tim Miller

Results 248 comments of Tim Miller

The root issue is with the dynamic height of the items. I've created a reproduction project to show this: https://github.com/drasticactions/MauiRepros/tree/main/MauiCollectionViewScroll https://github.com/dotnet/maui/assets/898335/8b29599b-1756-403b-87e1-0613931f4547 Scrolling is fine if you have a fixed height...

I don't believe this would be specific to the MAUI UI repo. This exception is being thrown by the [Mono Soft Debugger](https://github.com/mono/debugger-libs) and would, most likely, happen regardless of if...

https://github.com/jamesmontemagno/dotnet-maui-configuration/blob/master/MauiApp27/MauiProgram.cs#L21-L26 As a workaround, you could move appsettings.json to your project root and make it an embedded resource, then load it from there instead. I don't think this error is...

This is still happening with ios and Mac Catalyst, specifically with MAUI Blazor projects. I think it could be due to the "Microsoft.NET.Sdk.Razor" SDK doing weird stuff. Clearly, people are...

Can you please turn your code sample into a full repro project? This will help us quickly debug the issue and make sure we have a shared codebase where we...

I think the issue you're seeing is partially due to an MAUI bug and vaguely worded documentation leading to your code that doesn't work correctly. I've created a repro project...

I don't believe this is a MAUI, Blazor, or MAUI Blazor bug. This is the default behavior of the underlying WebViews for these platforms. https://github.com/drasticactions/MauiRepros/tree/main/BlazorTests I've created a reproduction project...

> Our customers encountered an issue with sharing code between different Blazor hosting models. The code works well for Blazor Server/WASM/Hybrid(Windows) applications, but not for non-Windows Blazor MAUI.  It's not...

Looking at your code, I believe this is due to how you've created your view model. https://github.com/flesarradu/TestProject-JonChanges/blob/master/TestProject/ViewModels/ListPickerViewModel.cs#L29-L44 OnAppearing and OnNavigatedTo are, as far as I know, called on the UI...

Ignore that, I just finished reading the conversation, didn't notice what was discussed.