I'm trying out the ionic framework and am finding the application is loading very slowly with the basic tabs app (almost no changes).
Here's what I did:
ionic start TabsDemo tabs
cd \TabsDemo
ionic platform add android
ionic build TabsDemo
I commented out the two splash screen elements in the configuration. Running this on an HTC M7, I see a black screen for ~3 seconds before the application loads up the first time. After that resources are cached and the app loads fine.
Is there a setting or something I can do to get my app to load up in a reasonable amount of time or do all ionic apps suffer from this?
Try out with other devices. It works fine on multiple brands which we use for testing while developing those apps.
Ionic apps tested on:
That black screen and white sheet with Ionic's symbol are the Splash Screen. Splash Screens are used to load block the UI and let the App finish it's background tasks on startup.