Splash screen - image is perfectly sized on Android, about 5 pixels across on iOS. Helllllp! #19874
Unanswered
rogersm-uwosh
asked this question in
Q&A
Replies: 1 comment 1 reply
-
We've added 2x svgs ( After the modifications, this can be added to your csproj:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am almost ready to submit an app, but I cannot get the splash screen image to display properly on iOS. It looks (of course) fine on Android.
The XAML is (I'm going to encode angle brackets just to be safe):
<MauiSplashScreen Include="Resources\Images\biplane.svg" Color="#512BD4" BaseSize="512,512" />
I am attaching the image in question -- it's 512x512. On Android it looks fine, on iOS it is about 5 pixels across. Needless to say, this is not mentioned in the docs (AFAICT).
Honestly, I'm not sure I even need a splash screen (Apple discourages it unless really necessary), but deleting that line doesn't stop it from showing up. Any help in that area would also be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions