In my Xamarin Forms Application, I used Storyboard as Splash screen, In Splash screen I need to display a fullscreen image splash screen so what I do is I added a assets image and inside asset image, I added different image sizes 1x 2x 3x.
and on my Storyboard, I have this setting
Knowing that I set different images from different sizes, I'm still having an issue when I run my app from a different device simulator. the splash screen with a fullscreen image becomes weird.
Please see below images for the results
Anyone whats to share there sample solutions regarding this is much appreciated.
Instead of Adding image in Assets add your converted images to your resources folder.
For Splash Screen image adjustment follow this link https://tomsoderling.github.io/Use-all-the-space-on-iPhone-X/