javascript - Ionic animation for splash screen -


is possible add gif or svg animation splash screen ionic mobile app? couldn't find solution looks typical task. maybe missed solution.

  <gap:plugin name="org.apache.cordova.splashscreen"  />   <feature name="splashscreen">     <param name="android-package" value="org.apache.cordova.splashscreen.splashscreen" />     <param name="ios-package" value="cdvsplashscreen" />   </feature>   <gap:splash src="img/splash.gif" />   <gap:splash src="img/splash.gif" gap:platform="ios" width="640" height="1136" /> 

if put .png works, .png doesn't support animations.

it mentioned in document supported files are: png, psd, , ai.

ionic icon splashscreen

if want customize, try 1 might you:

using views events create javascript pure ionic splash screen


Comments

Popular posts from this blog

java - Andrioid studio start fail: Fatal error initializing 'null' -

android - Gradle sync Error:Configuration with name 'default' not found -

StringGrid issue in Delphi XE8 firemonkey mobile app -