I want to use animated gif for the Splash screen. So I change the src
in config.xml into my gif like this:
...
<gap:splash gap:density="xhdpi" gap:platform="android" src="res/screen/android/screen-xhdpi-portrait.gif" />
...
But when it runs, the gif image is not animating and only show the first frame.
I have another gif inside the app and it animates well. So I guess the one in splash screen is not WebView
?
Is there a way to use gif for splash screen other than customizing the Android Java code?
Thanks