Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
4.0.0, 4.0.1
-
None
-
cordova-windows 4.4.3 , cordova-plugin-splashscreen 4.0.0, Win10 UWP.
Description
I defined the splashscreens using the MRT concept as was instructed in the plugin's overview.
620X300 splashscreen.scale-100.png
775X375 splashscreen.scale-125.png
868X420 splashscreen.scale-140.png
930X450 splashscreen.scale-150.png
1116 X540 splashscreen.scale-180.png
1240X600 splashscreen.scale-200.png
2480X1200 splashscreen.scale-400.png
480X800 splashscreenphone.scale-100.png
672X1120 splashscreenphone.scale-140.png
1152X1920 splashscreenphone.scale-240.png
device: Lumia 950XL
I expect to get on of the scales of splashscreenphone images (portrait) but instead I get one of the splashscreen images (landscape).
as a workaround I tried renaming the splashsreenphone into splashscreen and deleting the others(only 3 portraits), but then I get build error:
error APPX1619: App manifest references the splash screen image 'images\SplashScreen.scale-100.png' which does not have valid dimensions. It must be 620x300 pixels.
tried updating corodva-windows to the lastest master and splashscreen to 4.0.1 and I can still see this.