android - IONIC 2 and the Splash screen long time -


i developed many apps using ionic 2 , had rough times splash screen. splash screen takes lot of time disappear, know depends on number of plugins , time each take respond. problem how can delete waiting of splash screen or @ least reduce 1 second. there kind of memory management configuration add app doesn't have restart each time open app? open more ideas if have any.

thank you

you need use right cli that. use below one:

debug mode: cli supports aot

ionic cordova run android --prod --device 

release mode:

ionic cordova build android --prod --release 

you can see http://ionicframework.com/docs/cli/cordova/build/


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -