Home > database >  Maui Splash Screen no image displayed
Maui Splash Screen no image displayed

Time:01-04

I am using Visual Studio 2022 17.5.0 Preview 2.0 (also tried with Preview 1.0).

I am building to a physical device running Android 12 - API 31

I am creating a brand new Maui App project without any changes (tried both .NET 6 and .NET 7).

My problem is the Splash screen is not displaying the splash.svg image that contains the white .NET logo, theres just the purple background, nothing else. The issue started at some point after updating visual studio, is my best guess.

Anyone have a similar experience or solution to the problem?

CodePudding user response:

You can try to download a svg from the svg picture website.

And I found a similar issue in the MAUI Github page: API 31 (Android 12) svg on splashscreen is not showing.

Hope it could help you.

  • Related