79139438

Date: 2024-10-30 01:52:34
Score: 1
Natty:
Report link

I also encountered the similar issue that images on CollectionView aren't displayed when adding that android specific codes in MauiProgram.cs.

Instead of adding the android specific codes in MauiProgram.cs., the following solution that setting the WidthRequest and HeightRequest of the images worked for me. https://github.com/dotnet/maui/issues/9712#issuecomment-1312596405

Reasons:
  • Whitelisted phrase (-1): worked for me
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Bacon.dev