thinktecture / boardz-cross-platform-sample

Sample application for demonstrating various aspects of modern cross-platform applications - using Angular 2, Cordova, Electron & gulp. With a .NET Web API & SignalR backend.
MIT License
78 stars 30 forks source link

Extremely slow startup time with Cordova on device #46

Closed ChristianWeyer closed 3 years ago

ChristianWeyer commented 8 years ago

There is a long time of a white screen after the splash screen before the actual application shows up. This can be seen on iOS, but is extremely slow and annoying on e.g. an Android Nexus 7 (2013).

BoardZ1 starts much faster - so this seems related to ng2. We need to investigate and fix this.

ThorstenHans commented 8 years ago

bundle both rxjs and angular2

ThorstenHans commented 3 years ago

/rotten

ChristianWeyer commented 3 years ago

😇