Hey again,
more or less since the beginning of my project, I see in my android log meteor.cordova updates / hot code pushes, although I build mobile + server at the same time.
(Background I build everything, the server and the mobile app, so I do not use meteor run or anything).
For me it is not sure, when this updater is triggered.
the behavior is like:
- start the app (login screen)
- 5-10 seconds white screen
- short pause screen
- 3-5 seconds white screen (it seems here the update occurs)
- everything works like normal
Does these white screens generally occur, when I build my mobile app with --debug option or is this option influencing the above behavior?
Thank you in advance