-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: cordova-wp8 (DEPRECATED)
-
Labels:
Using Splash Screen in Windows Phone appears 2 splashs.
The first is Ok, The second is big to fit in screen.
My config.xml
<platform name="wp8">
<icon src="resources\wp8\icon\ApplicationIcon.png" width="99" height="99" />
<icon src="resources\wp8\icon\Background.png" width="159" height="159" />
<splash src="resources\wp8\splash\SplashScreenImage.jpg" width="768" height="1280"/>
</platform>
Any Solution?