mavispuford
mavispuford
Can confirm that turning off post processing fixes the black screen issue, but then the game doesn't look as pretty. And it's a bit too tedious to open the menu,...
@Blisto91 So the fix did make the black screen go away for chapters 1 and 2, but it's back in chapter 3 unfortunately. If it helps, I have the zipped...
Oh wow, I just checked and force compatibility was unchecked, so it would have been the latest stable version. There must have been some kind of partial fix in there....
I've also been getting this exception in my app. I'm using an `Image` inside an `ItemTemplate` for a `FlexLayout`. Up to nine images are shown at a time. I'm using...
Setting a HeightRequest + WidthRequest does not work for me, unfortunately... 🙁
Setting the `ImageSource` to null didn't seem to help me either. HOWEVER, I found a solution that does work in my case. I'm using SkiaSharp for image manipulation stuff, and...
I got a bit curious and looked at the .NET MAUI source code. Looks like [classes have to implement `IHotReloadableView` in order to be reloaded.](https://github.com/dotnet/maui/blob/10be7d53f9fc8b3c7e1bc99fc6eb8528289b7085/src/Core/src/HotReload/IHotReloadableView.cs) The [`View` class implements `IHotReloadableView`.](https://github.com/dotnet/maui/blob/10be7d53f9fc8b3c7e1bc99fc6eb8528289b7085/src/Controls/src/Core/HandlerImpl/View/View.Impl.cs)...
We are also experiencing this on Android.
Possibly related to #16328
I'm experiencing the same thing. My `FontImageSource` images disappear when switching tabs. They are `ImageButtons` contained in a `CollectionView` which change color based on the Selected/Normal states using `VisualStateGroups`. In...