Tim Miller
Tim Miller
This should be fixed by https://github.com/dotnet/maui/pull/19968, which is merged but not in a stable build yet. Could you try the nightly builds?
In terms of stable, my guess would be whatever the next service release is? I'm not on the MAUI team and I don't know the exact timetable and release schedule...
For iOS, you're probably hitting this: https://github.com/dotnet/maui/issues/19486#issuecomment-1863719542 You need to enable local access to file URLs by setting it for WKWebView. MAUI's WebView wrapper uses the default (`false') so you...
CC @Eilon @mattleibow, what do you think? I'm not sure if I fully understand it.
We would need to see how you're implementing this view, my guess right now would be a specific configuration issue within your application that's not loading the references, rather than...
@StephaneDelcroix Could this be a setter specificity issue?
Shrinking or increasing the size of the viewport shouldn't affect the items. The ListView children are template representations of the cells contained within the list... I think. I wrote a...
Could you create a repro project showing how you exactly set this up? cc @rolfbjarne
Could you please create a repro project showing this behavior? Having a deployable project would make it easier to debug with a shared codebase.
Stepping through the code, I believe the underlying fault is a regression (or at least a change of functionality) with VS For Mac. If you set up multiple startup projects,...