-
Tell me please how to set the size splash image when using ExtendedSplashScreen in shell? When using an element with default settings, the image size is very large. I did not find an option to set it myself. Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
@Tad29Eng Would you be able to provide a screenshot of the problem? Which platforms are you targeting? Is the native splashscreen displaying properly before the ExtendedSplashScreen appears, if you are targeting iOS and Android? You can try to use these properties in your .csproj: https://platform.uno/docs/articles/external/uno.resizetizer/doc/using-uno-resizetizer.html?tabs=singleproject%2CAndroid#5-configuring-the-project-to-use-generated-splash-screen Specifically the |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
For this, you'll need to edit the
Scale
property of theUnoSplashScreen
.So you can manually add something like this to your csproj:
I've created an issue here to expose the scale property similar to UnoSplashScreenBaseSize