Reduce the launch time of a meteor mobile app

This is an issue thats been bugging me for a while, and I finally found a solution! You have to remove the launch-screen package, but first a few other packages need to be removed since it is not a direct dependency.

  1. remove mobile-experience
  2. add fastclick, mobile-status-bar, and meteorhacks:fast-render

Done! If you are still having trouble read my article:

Thank you so much for this, i should definitely give it a try !

1 Like