varshas111 commented on issue #1463:
URL:
https://github.com/apache/cordova-android/issues/1463#issuecomment-1326671102
I am having issue in splash screen after cordova android 11 upgrade. The
splash screen is stretched now after adding preference tag
before:
<splash density="land-ldpi"
src="resources/android/splash/drawable-land-ldpi-screen.png" />
<splash density="land-mdpi"
src="resources/android/splash/drawable-land-mdpi-screen.png" />
<splash density="land-hdpi"
src="resources/android/splash/drawable-land-hdpi-screen.png" />
after upgrade:
<preference name="AndroidWindowSplashScreenAnimatedIcon"
value="resources/android/splash/drawable-land-ldpi-screen.png" />
<preference name="AndroidWindowSplashScreenAnimatedIcon"
value="resources/android/splash/drawable-land-mdpi-screen.png" />
<preference name="AndroidWindowSplashScreenAnimatedIcon"
value="resources/android/splash/drawable-land-hdpi-screen.png" />
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]