IT:AD:Sencha Touch:Reference:HowTo:Delay the launch sequence
Summary
The issue is Views. They have a init even in their config, that is called:
- before guarantee that required files have arrived (eg: resourceService).
- and before the application's launch event can slow things down (by calling itself with a setTimeout or other similar solution.
It appears the only solution is to not refer to external services from component init…and hydrate them with html later, using the launch event.