I am developing an Ionic app, It works fine in other android devices even on iPhone, but on it takes too much time to load on android nexus 5X.
This is the screens showing for like 3-4 minutes
Then This screen shows up,
Then app finally loads.
Is there any solution to fix this?
Taking 4-5 minutes sounds like way too long. Without any further info there's not much we can do to find out, but adding --prod
flag is sure to help a lot.
ionic run android --prod