I am testing an ionic infrastructure, and I found that the application loads very slowly using the main tabs application (almost no changes).
Here is what I did:
ionic start TabsDemo tabs cd \TabsDemo ionic platform add android ionic build TabsDemo
I commented on two elements of the splash screen in the configuration. Running it on HTC M7, I see a black screen for ~ 3 seconds before the application loads for the first time. After that, the resources are cached and the application loads normally.
Is there a setup or something that I can do to download the application in a reasonable amount of time or all ionic applications suffer from this?
android ionic-framework ionic
Matthew rhoden
source share